You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by DaMouse <da...@ntlworld.com> on 2002/11/30 17:47:55 UTC

[users@httpd] mod_rewrite and mulitple users

I'm trying to get http://server/~user get docs from D:/freespace/user my current code is:
<IfModule mod_userdir.c>
UserDir "D:/freespace/"
</IfModule>

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule /~(.*) D:/freespace/$1
</IfModule>

the error in the log file when I try to get /~mouse which i know exists in D:/freespace/ is:
[Sat Nov 30 16:29:57 2002] [error] [client 192.168.0.55] Filename is not valid: c:/apache/htdocsd:

Thanks in advance    
-DaMouse@ntlworld.com


Ensign Baker
HCO Officer
USS Atlantis