Re: [EMAIL PROTECTED] Need help with rewriting of rules...

2008-06-12 Thread Eric Covener
On Thu, Jun 12, 2008 at 1:37 PM, Sameer Madan <[EMAIL PROTECTED]> wrote: > Hi, > > I am a total newbie to apache. I am trying to use the rewrite engine to > rewrite rules as follows: > > I want to rewrite > > http://127.0.0.1/ > > to > > http:// > > > In other words, I want to remove the '127.0.0.1

[EMAIL PROTECTED] Need help with rewriting of rules...

2008-06-12 Thread Sameer Madan
Hi, I am a total newbie to apache. I am trying to use the rewrite engine to rewrite rules as follows: I want to rewrite http://127.0.0.1/ to http:// In other words, I want to remove the '127.0.0.1' from between. Any help on this would be appreciated. A straightforward rule which I can copy-