Re: index.html to index.php ???
Rustin, I am assuming you want to do this so that you can use php coding on your site. Instead of actually changing the extensions the SE's see put this in your .htaccess file
RewriteRule ^(.*).html $1.php [L]
This will allow you to save files as file.php but link to them as file.html that way there is no PR loss etc, I do this on www.seo-guy.com every .html is actually a .php http://www.seo-guy.com/tutorial.html is saved as tutorial.php for instance
Starting LEC 7 soon but it won't be called LEC 7 - LEC 2012 coming soon!