Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Editing dynamic content with WebDAV' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Editing dynamic content with WebDAV
Authored by: JayBee on Jul 29, '03 03:15:21PM
erm, why don't you just turn PHP off? Seems much more like what you WANT to do, rather than messily rewriting stuff:
    DAV On
    php_flag engine off
    AllowOverride AuthConfig
    Options FollowSymLinks Indexes
    AuthName "WebDAV Restricted"
    AuthType Basic
    Require valid-user file-owner file-group
Or am I too missing something? (hmm, thinking about this, that'll only work for PHP files, but surely other engines have similar flags?)

[ Reply to This | # ]