Page is a not externally linkable
kellyman - 2:26 pm on Sep 6, 2012 (gmt 0)
Hi phranque
Thanks for the reply, if im honest i could not remember the actual error message
however we implemented the single line Below instead
RewriteEngine on
RewriteRule ^(.*)$ http://www.example.com/$1 [R=301,L]
Im kind of at a bit of a loss here as i have to rely on my developer and he has always worked on windows servers so is not too familiar when it comes to the htaccess side, im learning and know a little
I personally thought that sending the site over to the new url and if any rogue non canonical's were sent they would be dealt with as and when on the new site
Mentioning the new site does that side look ok to you as i want to implement ASAP but worried that i cause more issues.
g1smd helped me out with that in another thread, but we wanted to test the old servers 301 before we implemented the htaccess and removed the PHP redirect as it was a lot more involved