Forum Moderators: phranque
What's the best way to deal with this from a redirect standpoint? meta-fresh on each old page? I doubt this is prudent.
Would a 303 Redirect be sufficient to redirect any one who tries to use an old bookmarked page to the correct page, i.e. the new home page?
And will Google/Yahoo follow the 303, assuming it's all pproperly placed in the .htaccess file?
Thanks as usual
AddHandler application/x-httpd-php .php .htm
This tells the server to parse .htm pages for PHP, meaning you can use PHP in your existing pages without changing the file extension at all.