erinatkins -> Changed from php to asp (2/6/2007 12:08:12)
One of our clients changed their site from php to asp. Some of the php pages are listed in newsletter & in the search engines. What would you suggest we do to keep the rankings up? Would you use redirect pages or is there somethign better to do?
BobbyDouglas -> RE: Changed from php to asp (2/6/2007 12:39:53)
Put a 301 redirect for each php page, and have it redirect to the asp page.
There might be a way with your host to have all .php pages 301 redirect to the .asp extension. I know this can be done using .htaccess on a linux box.
erinatkins -> RE: Changed from php to asp (2/7/2007 10:48:23)