On 3-Dec-2009, at 22:22, J. Bakshi wrote:

> Options +FollowSymLinks
> 
> RewriteEngine On
> RewriteRule ^typo3$ - [L]
> RewriteRule ^typo3/.*$ - [L]
> 
> RewriteCond %{REQUEST_FILENAME} !-f
> RewriteCond %{REQUEST_FILENAME} !-d
> RewriteCond %{REQUEST_FILENAME} !-l
> 
> RewriteCond %{REQUEST_URI} !^/webdav
> RewriteRule .* index.php


Hmm. Could it be you have to exempt the webdav from ALL the rules, not just the 
REQUEST_FILENAME? I've got limited help to give, my configuration was 
different, so my condition was different.

Try commenting out the typo3 rules for now and see if that changes the 
behavior. Beyond that, your guess is as good as mine.

-- 
BUGS: There is no conversion specification for the phase of the
        moon." strftime(3) man page


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to