| Thursday 06 December 2007 7:30:37 am 
                                                                
                                                                 Hi, 
I've just unpacked a eZ4 version but I have some troubles to set up the webdav.It's running on windows XP, Apache 2.2.6, PHP 5.2.5.
 Here are step I've done :
 
1 - Set up the ini file (ok)2 - Siteaccess are already listed (ok)
 
SiteList[]=ezflow_site
SiteList[]=fre
SiteList[]=eng
SiteList[]=ezflow_site_admin
SiteList[]=iphone
 
3 - Clear the cache (ok, it's my speciality)4 - Set up the DNS in the /windows/system32/drivers/etc/hosts file (ok)
 127.0.0.1 webdav.local 5 - Configure the web server (ok) 
<Virtualhost webdav.local:80>
	DocumentRoot D:\mtho\workspacePHP\ezflow
	
	<Directory D:\mtho\workspacePHP\ezflow>
		Options FollowSymLinks
		AllowOverride None
	</Directory>
	<IfModule mod_rewrite.c>
		RewriteEngine On
		RewriteRule ^(.*) /webdav.php [L]
	</IfModule>
	ServerAdmin [email protected]
	ServerName webdav.local
</VirtualHost>
 6 - Test (not ok) 
When I use DAV Explorer or the web folder feature, I don't access the webdav folder.I've searched some information but don't found a particular solution.
 Using NetDrive, I can access to the root but that's empty. :-/ I have no log in /var/log and in /var/ezflow_site/log. I have no more ideas, so if someone is experiencing the same troubles... Max Maxime Thomas[email protected] | www.wascou.org | http://twitter.com/wascou
 
 Company Blog : http://www.wascou.org/eng/Company/Blog
 Technical Blog : http://share.ez.no/blogs/maxime-thomas
 
 
 |