Disable the PHP for single particular user on server - JaguarPC Disable the PHP for single particular user on server - JaguarPC

Disable the PHP for single particular user on server

| Published: | Updated:

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

Leave a Reply

Your email address will not be published. Required fields are marked *

Share On Facebook
add_action('wp_footer', 'add_custom_tracking_script');