salientdigital
09-09-2004, 12:34 AM
I have read several posts here and other sites. One of interest is this one, on domain changes (http://forums.searchenginewatch.com/showthread.php?t=1464).
Almost without fail, good SEOers recommend a '301 redirect'... which (unless I am missing something) requires modifying/creating .htaccess in Apache, or something similar depending on the web server.
In my current situation, though, I am converting a site from .shtml to .php, on a shared host where I don't have permission to modify .htaccess. I know that on a PHP page, issuing a header("Location: http://newsite.com/newpage.php"); provides the 301 response the bots play nice with.
My question is, can you/how do you issue a proper 301 redirect when the catalogged pages are all .shtml AND can't .htaccess ? :confused:
FWIW, I had an admin make a DNS change on a different site, similar situation, and got completely dropped from Google's SERPs.
I presently have it set up with all of the original .shtml pages saying 'This page has moved' with a link to the new PHP page... but I doubt that using this technique will update the URLs in the SE database.
Almost without fail, good SEOers recommend a '301 redirect'... which (unless I am missing something) requires modifying/creating .htaccess in Apache, or something similar depending on the web server.
In my current situation, though, I am converting a site from .shtml to .php, on a shared host where I don't have permission to modify .htaccess. I know that on a PHP page, issuing a header("Location: http://newsite.com/newpage.php"); provides the 301 response the bots play nice with.
My question is, can you/how do you issue a proper 301 redirect when the catalogged pages are all .shtml AND can't .htaccess ? :confused:
FWIW, I had an admin make a DNS change on a different site, similar situation, and got completely dropped from Google's SERPs.
I presently have it set up with all of the original .shtml pages saying 'This page has moved' with a link to the new PHP page... but I doubt that using this technique will update the URLs in the SE database.