View Single Post
  #1 (permalink)  
Old 10-09-08, 20:15
George George is offline
BOD Member
 
Join Date: Oct 2008
Posts: 30
Default Disable php for particular user?

To disable PHP for a particular user on a Linux server , Put the following code in a .htaaccess file for that user as :

Quote:
php_flag engine off
Also you can add following code for that in tag of that particular domain in server’s httpd.conf file because user can remove it from .htaccess but its not possible to remove it from httpd.conf without root user.
.
Quote:
php_admin_flag engine off
__________________
Regards
George
Reply With Quote