My website is in .html and I want to change it over to .PHP. Is there any way I can run PHP on my .html website without changing all my page extensions to .PHP? I don’t want to loose any back links or SEO by just changing all my page extensions to .PHP. If there is a way of doing this can you please explain it to me. Thank You
You could probably use your htaccess file to change the file extentions for you. Check this thread: http://forums.digitalpoint.com/showthread.php?t=5801
If you are using Apache and have access to apache configuration than edit httpd.conf find ScriptAlias and on the next line to ScriptAlias put following text AddType application/x-httpd-php .html Now you can code PHP in files having .html extension