Forums / Install & configuration / WebDAV configuration
Vjeran Vlahovic
Tuesday 06 July 2004 6:32:25 pm
Hi, I'm testing EZ Publish last few days & stucked at WebDAV setup... I've followed steps regarding WebDAV, but with no success.Added an extraline (DocumentRoot) to force Apache to look into the right dir:
<Virtualhost *> <Directory /var/www/ez/ezpublish-3.4.0> Options FollowSymLinks Indexes ExecCGI AllowOverride None </Directory> DocumentRoot /var/www/ez/ezpublish-3.4.0/ RewriteEngine On RewriteRule !\.(css|jar|js|html|php)$ /webdav.php ServerAdmin [email protected] ServerName ezdav.xyz</VirtualHost>
I'm using ez publish 3-4.0 and IE6.0.2800. IE doesn't ask me for login/pwd. It sometimes returns http error "HTTP 405 - Resource not allowed" and someties logs me in (without login form), but I can't upload anything...Any clue what's wrong? Thanks in advance.
http://www.netgen.hr/eng
Jan Klooster
Thursday 17 February 2005 5:07:27 am
I'm assuming a VirtualHost setup here, but did you activate the NameVirtualHost directive? Otherwise the additional webdav-virtualhost will not be reached...
Jan Borsodi
Thursday 17 February 2005 5:35:28 am
I see one isse, the rewrite is a bit wrong (allthough not related to your problem), it should say:
RewriteRule .* /webdav.php
Also check this FAQ:http://ez.no/ez_publish/documentation/faq/webdav/i_cannot_access_webdav_from_windows_xp_what_is_the_reason
I would also recommend a later 3.4 version or the 3.5 version of eZ publish.
-- Amos Documentation: http://ez.no/ez_publish/documentation FAQ: http://ez.no/ez_publish/documentation/faq