I want to make all html pages on the site forward to a php version with the same name, just the different extension. F.E. "page.html" would forward to "page.php" and so on.... I tried using .htaccess to make all html pages be able to have php on them, but that didn't work (maybe because of my server), but saving files as php works but I still want old back-links, etc to work. Thanks!