shivinvijai

Member
Mar 1, 2007
12
0
151
You can disable the PHP for single particular user on server.

Hello Danny,

You can disable the PHP for single particular user on server.

Put the following code in a .htaaccess file for that user as :

php_flag engine off

OR

in httpd.conf file and for that particular domain you can put following code in VirtualHost entry as

<directory>
php_admin_flag engine off
</directory

Let me know if you need any further assistance.

Thanks,
Shivin Vijai.
Jr.System Administrator.
[email protected]