Enable PHP4 for single domain !!
If your server is running with default php version 5 and you want php 4 for single account so you just can add the following line in .htaccess.
Create one .htaccess file under public_html and add the following code.
AddHandler application/x-httpd-php4 .php
now you can create phpinfo page and check it will show your default php version is php4.
Create one .htaccess file under public_html and add the following code.
AddHandler application/x-httpd-php4 .php
now you can create phpinfo page and check it will show your default php version is php4.
Hi There! Nice blog to read about the ethical hacking training classes, Iphone apps developers, etc. It’s Really Helpful for people who interested in iphone course, android course, android classes and Android Apps Development Classes. Thanks for sharing such useful information with us.
Hey yes it is working for PHP 5 version server . We also tried to do same for PHP 4 version and added the code as AddHandler application/x-httpd-php5 .php and it is working .. Thanks for the post ..