Mon 27 Nov 2006
Disable php for perticular account on server
Posted by Dave under Linux Web Hosting , PHP Hosting TutorialsTo disable PHP for a particular user on a Linux server , Put the following code in a .htaaccess file for that user as :
php_flag engine off
Also you can add following code for that in tag of taht particular domain in server’s httpd.conf .
php_admin_flag engine off
Leave a Reply
You must be logged in to post a comment.


















