Execute .php3 Files Under PHP4 / PHP5 Installed On Linux Server

by on March 31, 2006 · 2 comments· LAST UPDATED April 28, 2010

in

PHP4 or PHP5 do not have any problem to execute php3 files. The only problem is you need to force PHP4 or PHP5 to understand .php3 file extension as a php script.

Most modern Linux/BSD/UNOX system comes with PHP4 (and now PHP5). They can execute .PHP3 files without any problem.

Open you httpd.conf file and look for PHP4 configuration directive:
vi httpd.conf
Once located add the following line to it:
AddType application/x-httpd-php .php3
Above line will make your server execute .php3 scripts as PHP scripts. Restart apahce to take effect:
# service httpd restart



If you would like to be kept up to date with our posts, you can follow us on Twitter, Facebook, Google+, or even by subscribing to our RSS Feed.


{ 2 comments… read them below or add one }

1 pharaoh May 15, 2008 at 8:42 pm

Thanks for the tip, it really helped.

Reply

2 Anirudh April 28, 2010 at 10:51 am

Thanks a ton. helped me out a lot.

Reply

Leave a Comment

You can use these HTML tags and attributes for your code and commands: <strong> <em> <ol> <li> <u> <ul> <blockquote> <pre> <a href="" title="">
What is 15 + 11 ?
Please leave these two fields as-is:
Solve the simple math so we know that you are a human and not a bot.

Tagged as: , , , , , , , ,

Previous post:

Next post: