PDA

View Full Version : Permanant vs Temporary Add Redirect



artcoder
05-05-2007, 11:29 AM
In the Control Panel, there is an "Add Redirection" feature. It lets me select "temporary" (by default) or a "permanent" re-direction. What is the different?

If I select "Permanant", I can still remove the redirection later, right?

linFox
05-05-2007, 07:36 PM
The difference is only the HTTP status code used to perform the redirect (301 Moved Permanently and 307 Temporary Redirect). Browsers and spiders/search engines react differently to each of these.

They can both removed perfectly easily (both are entries in the .htaccess file in the folder you're redirecting)

serversn
05-06-2007, 09:36 AM
Ahhh, I didn't know that.. thank you linFox! :)