Hello,

I'm trying to register a procedure to handle:

        http://www.foo.net/~user/

type URLs.  I want to redirect the request to:

        http://members.foo.net/user/

I tried a couple of registerd procedures like:

        ns_register_proc        -noinherit      GET     {/~*}   tilde_redirect
        ns_register_proc        -noinherit      POST    {/~*}   tilde_redirect

But the expression doesn't seem to match
anything.  I'm sure there is something very
simple I'm overlooking.

Does anyone have any suggestions?

-Ayan


--
AOLserver - http://www.aolserver.com/
To Remove yourself from this list: http://www.aolserver.com/listserv.html
List information and options: http://listserv.aol.com/

Reply via email to