Difference between revisions of ".htaccess redirects"

From Imaginet FAQ
Jump to navigation Jump to search
(Created page with "The following tutorial explains how to go about using a .htaccss file for redirects. The two common options are to redirect a file and to redirect a directory. This comes in ...")
 
Line 2: Line 2:
  
 
This comes in handy if you do not want to remove old content, but simply redirect the old content to the new content, this is often used avoid generator 404 errors for SEO.  
 
This comes in handy if you do not want to remove old content, but simply redirect the old content to the new content, this is often used avoid generator 404 errors for SEO.  
The .htaccess is a very powerfull file and can be used for a number of things. There is an online .htaccess redirect generator which simplifies this for you.
+
The .htaccess is a very powerful file and can be used for a number of things. There is an online .htaccess redirect generator which simplifies this for you.
  
[[http://www.htaccessredirect.net/index.php .htaccess Redirect Generator]]
+
[http://www.htaccessredirect.net/index.php .htaccess Redirect Generator]

Revision as of 09:18, 5 November 2012

The following tutorial explains how to go about using a .htaccss file for redirects. The two common options are to redirect a file and to redirect a directory.

This comes in handy if you do not want to remove old content, but simply redirect the old content to the new content, this is often used avoid generator 404 errors for SEO. The .htaccess is a very powerful file and can be used for a number of things. There is an online .htaccess redirect generator which simplifies this for you.

.htaccess Redirect Generator