On my fedora 16 box using httpd.x86_64 2.2.21-1.fc16, using SSL,

I tried:

<Directory whatever>
      ...
   RewriteCond %{REMOTE_USER} ^mike$
   RewriteRule <something known to work>
   ...
</Directory>

and variations thereof.

My intention is to have the RewriteRule run iff "mike" is logged on.
It didn't work.

Thanks for your advice.

Mike.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to