More information about the Underscore mailing list

[_] Any Apache PHP Wizards?

Vincent Bray noodlet at gmail.com
Thu Jan 3 19:08:04 GMT 2008

On 03/01/2008, Vincent Bray <noodlet at gmail.com> wrote:
> RewriteEngine On
> RewriteCond %{REQUEST_URI} !whatever.php
> RewriteRule ([^/]+) /whatever.php

Something I forgot to add.. You can pass the original user name from
the request by sending ?user=$1 to whatever.php in the rule but
there's not really any point. Run phpinfo() and you'll see the
original request URL in the environment tables.

-- 
noodl