I want to disable parsing php on specified directory of my web server
i try to put
php_admin_flag engine off
on httpd.conf, but i don't know where i put
in the <directory>?
i try it but it seem not function
Do anyone say anything?
,)
I put mine into a location container like this for my box (we use DAV to edit files, so we need to turn off the engine on those directories used to edit files.
<Location /data> DAV On ForceType text/plain DirectoryIndex flubber.xyz123 php_admin_flag engine off options indexes </Location>