To disable PHP for a particular user on a Linux server , Put the following code in a .htaccess file for that user as :
Also you can add following code for that in tag of that particular domain in server’s httpd.conf .
Quote:
|
php_admin_flag engine off
|