Hi all,
I
am currently changing some older html pages to include some
new features. The pages are well indexed in Google at the moment so
I don't really want to loose the positions by changing the extension to
.php
I could do a redirect 301 but although that would help i'd probably loose
the page rank.
I'm using a Linux server and wanted to try including this in a .htaccess
file:
Code:
AddType application/x-httpd-php .html
I believe doing this will allow PHP commands to be run in the .html file
as if they were in a .php file.
Has anyone used the above and had problems?? Don't want to mess up
my google position so thought i'd ask first
Thanks in advance.
Cheers
Steve