Quote:
Originally Posted by Killswitch
You can do regex to redirect from .html to .php but for the renamed files, you'll have to put them in like you currently do.
Regex version is
Redirect 301 /(.*).html http://www.example.com/$1.php
|
Thanks for the info. Since most of my pages are now in different folders and have different names it looks like I will have to do the Redirect 301 for the majority.
By doing the 301 redirect there should be no loss of Search Engine rankings, correct?
Thanks.