Forum Moderators: phranque
we are using Apache 2.0.47, mod_rewrite, PHP 4.3 on Windows 2000. We have written a WEBDAV server in PHP. The requests are forwarded to the php file vie mod_rewrite. Here is the .htaccess.
RewriteEngine On
RewriteCond %{REQUEST_URI}!(.*)\.php$
RewriteRule ^(.*)$ /ogx/xdav.php?path=/$1 [QSA,L]
It works really nicely when we use Webdrive (WEBDAV client maps webdav server to true drive letter). But it doesn't work when we use plain webfolders in IE 6.1 (up-to-date, Windows 2000). Login works, but then we get a msg saying something like "request can't be fullfilled".
The wecerr.txt file looks like this:
12/09/2003 17:20:22
HTTP 404 Not Found
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /_vti_bin/shtml.exe/_vti_rpc was not found on this server.</p>
<hr />
<address>Apache/2.0.47 (Win32) PHP/4.3.3 Server at devdms Port 7000</address>
</body></html>
The /_vti_bin stuff should be Frontpage extenions, right?
Somehow IE thinks that this is a Frontpage extension but we don't know why. There is no frontpage ext. installed on this Apache, well we think!
Anybody any idea?
How can we make sure no frontpage is installed in Apache?
Appreciate your time ... Thomas
When connecting IE webfolder to http://test.webdav.org/dav it works quite ok.
Although this is not exactly the same configuration it is at least Apache 2 with a WEBDAV module (mod_dav). And somewhere in the net it says you can not run mod_dav and FP extensions at the same time on Apache.
[edited by: jdMorgan at 4:10 am (utc) on Dec. 11, 2003]
[edit reason] de-linked [/edit]