Page is a not externally linkable
- Code, Content, and Presentation
-- Apache Web Server
---- 301 redirect best practice


phranque - 11:12 pm on Sep 6, 2012 (gmt 0)


if you request /index.php, for example, from the old server it will take two 301 responses before you get the Location: header containing the canonical url.

you can fix this in the .htaccess file on the old server without touching any php code because the request will be handled with a redirect by apache and the php script on the old server will never "know" it happened.


Thread source:: http://www.webmasterworld.com/apache/4491893.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com