Quote:
|
Originally Posted by Kickersny.com
or just change .htaccess (add the following line)
Code:
AddHandler application/x-httpd-php html
|
That's generally considered a bad idea. All HTML pages will be run through the PHP parser regardless of whether there's any actual PHP code in the file, which unnecessarily chomps on CPU usage.