Friday 29 September 2006 1:28:12 am
Hello all, I am very interseted in using eZ Publish and Web DAV. I have followed the steps described in the article http://ez.no/doc/ez_publish/technical_manual/3_8/features/webdav/setting_it_up but I can't get my eZ siteaccess in my WebDAV client (IE 6.0). First : question : could WebDAV be used to copy articles from an eZ installation to another ? Another question : how should I setup Web DAV ? My Apache server has been compild with the --enable-dav and --enable-rewrite options. My httpd.conf looks like the following :
<Virtualhost *:80>
ServerName testdav.tpg.ch
ServerAdmin [email protected]
<Directory /var/www/test383>
Options FollowSymLinks Indexes ExecCGI
AllowOverride None
DAV On
</Directory>
DocumentRoot /var/www/test383
ErrorLog logs/testdav-error_log </VirtualHost> I have created : settings/override/webdav.ini with the content :
[GeneralSettings] EnableWebDAV=true settings/override/site.ini.append.php with the content :
[SiteSettings] SiteList[]=tpg But I don't get anything in my WebDAV client... Any idea ? Thanks, PO
|