LuKreme wrote:
> 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.
>
>   

LuKreme, you are a hero.  Your assumption is working here. I have
omitted two lines

` ` `

RewriteRule ^typo3$ - [L]
RewriteRule ^typo3/.*$ - [L]
` ` `

and now webdav has no problem with create/delete operation :-)  Though I have 
fond that creating a .htaccess or deleting it through webdav is not possible.

many many thanks 



-- 
জয়দীপ বক্সী


---------------------------------------------------------------------
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