Re: [us...@httpd] question on apache rewrite

2009-01-27 Thread Eric Covener
On Tue, Jan 27, 2009 at 4:47 PM, Charles Li wrote: > I have setup my rewrite with the following: > > RewriteCond %{HTTP_HOST} ^.*serverINTG.*$ [NC] > > When I type in http://serverINTG.com/index, it get translated back to the > real servername. But if I type in http://serverINTG.com/index/, with

[us...@httpd] question on apache rewrite

2009-01-27 Thread Charles Li
I have setup my rewrite with the following: RewriteCond %{HTTP_HOST} ^.*serverINTG.*$ [NC] When I type in http://serverINTG.com/index, it get translated back to the real servername. But if I type in http://serverINTG.com/index/, with a slash, it stay with the alias. How do I make it stay with