Disable the PHP for single particular user on server

Share With

Hello ,

Put the following code in a .htaaccess file for that user on Linux server as :
php_flag engine off

OR

in httpd.conf file and for that particular doamin you can put following code in >directory> as


php_admin_flag engine off

Cheers ,

Harry ,

Share With
Share On Facebook