Processing HTML Pages As PHP

Phillip created popular HTML pages 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.

Related posts:

About Jody

Family man, living in New Brunswick, Canada.
This entry was posted in internet & computers and tagged , , , .
Bookmark the permalink.

4 Responses to Processing HTML Pages As PHP

  1. Phillp says:

    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.

  2. ChrisO says:

    I’m glad i’m not the only one who mistypes possible like tha all the time… :)

  3. ChrisO says:

    THAT. damnit! :(

  4. Jody says:

    I gotta learn to read what I write.

Leave a Reply

Your email address will not be published. Required fields are marked *

*


*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Notify me of followup comments via e-mail. You can also subscribe without commenting.