Forum Moderators: coopster
I've recently restructured a site and named all the files with .php extensions, since I'm using includes.
I know I can name them .html and put the addtype thing in the .htaccess. The reason I didn't do it that way from the start, is the beginning of all my pages started with <?xml version="1.0"?>, which was causing a php error. I figured after I get the redirects in place to the restructured site, I could rename all files to .html and parse them as php.
Should I even bother? Is there an advantage to .html pages in the SEs?
Thanks for any input.