Forums / General / [Resolved] Webdav problem
Alain Sahli
Monday 27 October 2008 5:08:21 am
Hi all !
I loaded the mod_dav and mod_dav_fs on my httpd server. An then I followed the tutorial for set up webdav in eZ Publish here : http://ez.no/doc/ez_publish/technical_manual/4_0/features/webdav/setting_it_up
If I connect to my website via webdav I see the siteacces folder but when i double click on the folder I obtain an error message : <b>Error: HTTP Error: Not Found</b>
Have you any idea about this problem ?
Thanks.Alain
http://www.wess.ch eZ Publish Certified developer : http://auth.ez.no/certification/verify/272583
Björn Dieding@xrow.de
Monday 27 October 2008 7:11:54 am
looks like your vhost is not properly configured
you do not need mod_dav and mod_dav_fs to make ez weddav work. you just need php and mod rewrite
Looking for a new job? http://www.xrow.com/xrow-GmbH/Jobs Looking for hosting? http://hostingezpublish.com ----------------------------------------------------------------------------- GMT +01:00 Hannover, Germany Web: http://www.xrow.com/
Monday 27 October 2008 8:26:30 am
Hi thanks for the answer :-)
Here's the code of my vhost (the same as in the tutorial !) :
<VirtualHost 127.0.0.1:80> <Directory /home/asahli/www/test.com/> Options FollowSymLinks Indexes ExecCGI AllowOverride None </Directory> DocumentRoot /home/asahli/www/test.com/ ServerName webdav.test.com RewriteEngine On RewriteRule . /webdav.php </VirtualHost>
Monday 27 October 2008 8:49:45 am
I usually do it via htaccess... in that case it looks like this
RewriteCond %{HTTP_HOST} ^webdav\..*RewriteRule ^(.*) webdav.php [L]
Monday 27 October 2008 9:23:29 am
I removed the vhost and added the two lines to my .htaccess. But the same error appeard :-(
Monday 27 October 2008 1:56:13 pm
can you try to access the url with a proper client
such as
http://www.bitkinex.com/
Let me know
Tuesday 28 October 2008 4:37:08 am
I'm working under linux and I can't install bitkinex !
But I tried with Konqueror and Nautilus and I have the same error.
Tuesday 28 October 2008 6:58:34 am
Hi,
I am out of ideas now. Last idea is webdav.php doesn`t exists for some reason. A symlinked dir? Maybe the http errorlog can help you.
Other then that you could get a hosting on our servers. Preinstalled and ready to go.
Sorry. Maybe someone else can pick this up.
Monday 10 November 2008 1:48:10 am
Finally I did a fresh install of ezp 4.0.1 and now it works with Konqueror. :D
Thanks for your help !