hi all
I tried to disable php_flag engine for some folders but got no success . Could some guys please help .
in the httpd.conf I put:
<Location /var/www/vhosts/mydomain.com/httpdocs/images/>
RemoveHandler .php
php_flag engine off
</Location>
saved and restart httpd .
but when I run a php file http://mydomain.com/images/info.php , it still runs .
Did I do something wrong ?
Please help
note: if I want disable php_flag engine for some other folders and its subfolder so what should I put to httpd.conf ??
thanks for your help
I am a newbie with Linux


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks