Wednesday 19 October 2005 4:32:46 am
I'm on a hosted server, and followed the suggestions with creation of a subdomain. I could not upload to webdav, but after some clever support it worked. The ISP had to add PUT in LimitExcept in httpd.conf. Now I have a problem with creating and renaming folders. Renaming or moving files don't work either. Upload, delete and cut-n-paste works fine. I'm using 3.6 with XP SP2, and IE6/WebDrive for testing. Is there some special permissions that must be added to get rename/create/move access?
<Directory /home/*>
AllowOverride All
Options MultiViews -Indexes FollowSymlinks IncludesNoExec +Includes
<Limit GET POST OPTIONS PROPFIND>
Order allow,deny
Allow from all
</Limit>
<LimitExcept GET POST OPTIONS PROPFIND PUT HEAD DELETE COPY MOVE>
Order deny,allow
Deny from all
</LimitExcept>
</Directory>
I added delete, copy and move here, but copy and move did'nt seem to work. Any ideas?
www.vzt.no
|