facebook

How can we help you today?

< All Topics
Print

Creating 301 Redirects

301 Redirects sit in the .htaccess file in the root public folder of the domain.

Syntax:

Redirect 301 [Old URL] [New URL]

Example:

# BEGIN 301 Redirects
RewriteEngine On

Redirect 301 / http://electmadigan.com/
Redirect 301 /blog-news/ http://electmadigan.com/news-views/

# END 301 Redirects

Excel Template File

There cannot be any spaces in the URLs.

Table of Contents