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
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.