Hey, I copied all of the files from my website onto a different hosting account and a different domain. Now when I click on links, I get an error message. I think some settings must have gotten messed up. In the URL address bar the links end in ".html" and they used to work but no longer work. But if I manually type in ".php" at the end instead of ".html" everything works. Any idea whats up? Is there a way to make it so that all ".html" files automatically direct to ".php", or something like that (if that makes any sense)? Thanks (p.s. I know nothing about php) Thanks again
Did you copy your old htaccess file? If the files you copied end in .html, and you want html to parse php code, you need to have an htaccess file with something like this in it: AddHandler application/x-httpd-php5 .php .htm .html If your files end in php, but you want them to display at .html, they your old htacess file should have the proper rewrites in it.