[EMAIL PROTECTED] wrote:
RewriteCond %{REMOTE_USER} ^([a-z0-9_]+)$
RewriteRule ^/mysvn/(.*) /svn/%1/$1 [L]
The first line places a valid username into %1.
The second rewrites "/mysvn/something" to "/svn/bob/something" when
the REMOTE_USER is "bob".
Invalid usernames will not pass the condition s
Norman:
Thanks a lot! It works. The httpd.conf file is a tedious piece of code
and it is so easy to spend a lot of time on changing it.
-Paul
Norman Peelman wrote:
Paul McFerrin wrote:
My Virtual Hosts are not working..
Here is the scoop. Running Apache 1.3 and have the following
config
rocio
search for the httpd file. if you have 2 versions of apache, you should have 2
httpd files. When you start apache, do you run the apache httpd damon or you
use the apachectl command?
From: rocio mejia <[EMAIL PROTECTED]>
To: users@httpd.apache.org
Sen