To disable PHP for a particular user on a Linux server , Put the following code in a .htaaccess file for that user as :
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
|