Tuesday 13 September 2005 2:50:52 am
I'm using 3.6.1 and tried to follow the
http://ez.no/community/articles/build_a_webdav_enabled_intranet_with_ez_publish article. I created a sub-domain called webdav.testshop.no and added the following lines to my httpd.conf:
Options FollowSymLinks Indexes
DocumentRoot /home/testshop/domains/testshop.no/public_html/webdav
RewriteEngine On
RewriteRule !\.(css|jar|js|html|htm|php)$ /home/testshop/domains/testshop.no/public_html/webdav.php
ServerName webdav.testshop.no
ErrorLog logs/error_log
CustomLog logs/access_log common
When I test the webdav using IE on a XP box (http://webdav.testshop.no/#) I get the folders listed, and I can download files and images. When I try uploading, I get an error message: "An error occured copying some or all of the selected files". When I try uploading using Webdrive, I get the error : "Upload for file /db/Media/Images/test.jpg failed, 404 Not Found". And when I try browsing the website, the contents are not showing, I get a blank page. Does anyone have an ide what's wrong? How do I set up the httpd.conf to get this running?
www.vzt.no
|