Htaccess Redirects
This will be a short entry, but I just wanted to write this down so I don't forget it.
In order to redirect a specific file or folder using .htaccess add the following to the .htaccess in the root level of your site.
Redirect file.html http://your.url/file2.html
Redirect /specialoffer http://www.thunderware.net/specialOffer
This information was found on Sam Brown's site.




Write a comment