+ Reply to Thread
Results 1 to 1 of 1
-
Administrator
- Join Date
- Mar 2010
- Posts
- 76
Disable PHP for a particular user
Guys...
To disable PHP for a particular user on a Linux server , Put the following code in a .htaccess file for that user as :
php_flag engine off
Also you can add following code for that in tag of that particular domain in server’s httpd.conf .
php_admin_flag engine off


LinkBack URL
About LinkBacks



Reply With Quote