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:16:16PM
erm, why don't you just turn PHP off? Seems much more like what you WANT to do, rather than messily rewriting stuff:
<Directory /Library/WebServer/Documents/dav>
    DAV On
    php_flag engine off
    AllowOverride AuthConfig
    Options FollowSymLinks Indexes
    AuthName "WebDAV Restricted"
    AuthType Basic
    Require valid-user file-owner file-group
</Directory>
Or am I too missing something? Dammit, the renderer killed my HTML code formatting! Note the Directory tags...

[ Reply to This | # ]