Hi,

Sunday, February 2, 2003, 3:32:28 PM, you wrote:
BS> Is it possible (using an apache directive, perhaps?) to turn off php parsing 
BS> for certain directories within a site? (but not others?) 

BS> I picture something like (in httpd.conf) 

BS> <directory /home/www/somesite.com/codearchive>
BS>  AllowOverride All
BS>  Options FollowSymLinks
BS>  NoParsePHP
BS> </directory>

BS> Can this be done? How? Perhaps as a php_value entry in the <VirtualHost> 
BS> directive? 

BS> Thanks,

BS> -Ben 


you could try

php_flag engine = Off

-- 
regards,
Tom


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to