View Single Post
Old March 13th, 2006, 8:19 PM   #4 (permalink)
mr_fern
All Ur Base R Belong 2 Us
Excelling Contributor
 
mr_fern's Avatar
 
Joined in Feb 2005
Lives in Vegas & New York
824 posts
Gave thanks: 2
Thanked 6 times
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.
__________________
Nobody doing nothing
mr_fern is offline   Reply With Quote