24
May 2009
Disable php for a single domain.
Posted in PHP by sibu at 4:10 pm |
To disable PHP for a particular user on a Linux server , Put the following code in a .htaaccess file for that user as :
php_flag engine off
Also you can add following code for that in tag of taht particular domain in server’s httpd.conf .
php_admin_flag engine off
You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.