Monday 02 January 2006 3:34:46 pm
I have tried to setup the apache server on my WinXP site using the example in the Documentation section (my EZpath is D:/www/_site) :
NameVirtualHost *:80
<Virtualhost *:80>
<Directory "D:/www/_site">
Options FollowSymLinks Indexes ExecCGI
AllowOverride None
</Directory>
DocumentRoot "D:/www/_site"
RewriteEngine On
RewriteRule .* webdav.php # no leading slash
ServerAdmin admin@localhost
ServerName webdav
</VirtualHost>
However, my apache server (tried borth 1.3 and 2.0) won't start with that rewrite rule in place... I am currently testing the system locally, which is why I am using localhost settings.
|