Forum Moderators: phranque
Because changing URLs destroys the integrity of the Web, and usually involves a weeks-to-months drop in search engine rankings, it should not be done unless there is a lawyer or a court forcing you to do it.
Jim
[edited by: jdMorgan at 8:10 pm (utc) on Feb. 9, 2009]
It is perfectly possible to keep .htm or .html extensions and use PHP content in the files.
Depending on your server setup, something like this should work:
AddType text/html .php
AddHandler php-script .php .html .htm
No redirects would be required.
[Edit - Jim beats me to it once again]
...
[edited by: Samizdata at 8:14 pm (utc) on Feb. 9, 2009]
Universally common naming, old pages were optimized for SEO but now I want to make all of the pages as simple as possble before the web site gets really popular and then haing to do it, it'd be better to do it now.
Also as a personal choice I want to make everything in .php so that it looks much professional then having half docs in .htm and others in .php.
Thank you again for all of your replies.