Re: [EMAIL PROTECTED] help with redirect base on context

2008-02-12 Thread Joshua Slive
On Feb 12, 2008 3:32 PM, Charles Li <[EMAIL PROTECTED]> wrote: > I would like to redirect base on the context: > > When user access my server with the following: > > http://server/outside > > I would like to redirect them to another site. > I try the following, but did not get it work. > > Rewr

[EMAIL PROTECTED] help with redirect base on context

2008-02-12 Thread Charles Li
I would like to redirect base on the context: When user access my server with the following: http://server/outside I would like to redirect them to another site. I try the following, but did not get it work. RewriteEngine on RewriteCond %{REQUEST_URI} ^/outside$ [NC] RewriteRule ^