May 16 2005
Processing HTML Pages As PHP
Phillip created popular HTML pages (Podcasting On A Budget, for example) that I wanted to add PHP code to, to track the number of hits they’ve been getting. I didn’t want to change the file’s extension or use redirection, so I wondered if it was possible for Apache to treat HTML files as PHP files; it is: add the following to your httpd.conf file:
AddType application/x-httpd-php .htm
AddType application/x-httpd-php .html
Works like a charm. You could use that technique to hide the fact that your website is using PHP to process your pages.



Wow, I don’t know what you’re talking about. But I really need to update that Podcasting on a Budget page. Half the links don’t work anymore.
I’m glad i’m not the only one who mistypes possible like tha all the time… :)
THAT. damnit! :(
I gotta learn to read what I write.