How can I disable php in a vhost?
I disable it with adding this line to httpd.conf:
php_flag engine off
but it can be overridden in .htaccess
I am using cpanel and last enterprise lsws
did tests on apache virtual host. the result is a bit of different with yours.
my result is:
php_value engine on/off
not work at all when put in .htaccess
did tests on apache virtual host. the result is a bit of different with yours.
my result is:
php_value engine on/off
not work at all when put in .htaccess