We Recommend

Wicked Cool PHP: Real-World Scripts That Solve Difficult Problems Wicked Cool PHP: Real-World Scripts That Solve Difficult Problems
Wicked Cool PHP contains a wide variety of scripts to process credit cards, check the validity of email addresses, template HTML, and serve dynamic images and text.


Posted By

micmath on 10/15/07


Tagged


Versions (?)


Who likes this?

2 people have marked this snippet as a favorite

basicmagic
vali29


Serve .php files as PHP5


Published in: PHP 


Add this to the .htaccess file in any directory which contains the .php file. Note that you can change ".php" in this snippet to other things, like ".html" or ".php5"

  1. AddHandler application/x-httpd-php5 .php

Report this snippet 

You need to login to post a comment.