Monday 07 August 2006 7:12:27 am
Hi Paul,
First of all I would like to say that I really appriciate your quick response again - thanks a lot!
Unfortunatly I did not get any results... :(
I tried to follow the "Setting it up" instructions + add the snippet you attached but when I get to the final stage of testing it - it does not work.
These are my steps:
1) Installing ezPublish with the <i> windows installer</i>. 2) Enabling the WebDAV server - I changed the following lines straight in "webdav.ini" (no overide) :
[GeneralSettings]
EnableWebDAV=true
3) Adding the desired siteaccesses : (I just added the last line "SiteList[]=webdav" , don't know if it's enough)
[SiteSettings]
SiteList[]
SiteList[]=webdav
4) Configure the web server. this is my ezpublish.conf which is located in- C:\eZpublish\apache\conf\ezpublish.conf
# Enable rewrite rules
LoadModule rewrite_module modules/mod_rewrite.so
AddModule mod_rewrite.c
<VirtualHost *>
<Directory "c:\eZpublish\ezpublish">
Options FollowSymLinks Indexes ExecCGI
AllowOverride All
</Directory>
DocumentRoot "c:\eZpublish\ezpublish"
RewriteEngine On
# For all known data directories we let Apache serve it directly
Rewriterule ^/var/storage/.* - [L]
Rewriterule ^/var/[^/]+/storage/.* - [L]
RewriteRule ^/var/cache/texttoimage/.* - [L]
RewriteRule ^/var/[^/]+/cache/texttoimage/.* - [L]
Rewriterule ^/design/[^/]+/(stylesheets|images|javascript)/.* - [L]
Rewriterule ^/share/icons/.* - [L]
Rewriterule ^/extension/[^/]+/design/[^/]+/(stylesheets|images|javascripts?)/.* - [L]
Rewriterule ^/packages/styles/.* - [L]
# Compatability with 3.3 and lower
RewriteRule ^/kernel/setup/packages/.* - [L]
# If not PHP should serve the page
#Rewriterule .* /index.php
Rewriterule .* /webdav.php
ServerName localhost
</VirtualHost>
as you can see I add in the end the line : Rewriterule .* /webdav.php instead of #Rewriterule .* /index.php
5) Now I try to open it from the IE browser : File->open : http://prod/ and checking the Open as webfolder check box. (http://prod/ is the url which leads to homepage of the user_intranet_site)
but I get the following message: Internet explorer could not open http://prod/ as a webfolder. What have I done wrong?
Thanks in advance Roy
|