Re: [EMAIL PROTECTED] Re: Extra trailing slash after the RewriteCond

2008-04-08 Thread Eric Covener
On Tue, Apr 8, 2008 at 9:35 AM, Yashesh Bhatia <[EMAIL PROTECTED]> wrote: > Narendra: > > Hello, I tried the suggested fix but that did not work :(. You're rule clearly captures the leading slash but then adds an additional one before using the backreferece. Try doing more investigation and loo

Re: [EMAIL PROTECTED] Re: Extra trailing slash after the RewriteCond

2008-04-08 Thread Yashesh Bhatia
Narendra: Hello, I tried the suggested fix but that did not work :(. Thanks. Yashesh On Tue, Apr 8, 2008 at 6:42 PM, Narendra Verma <[EMAIL PROTECTED]> wrote: > RewriteRule ^(.*)$ http://www.redirectnew.com/$1 > > Replace it by > > > RewriteRule ^(.*)$ http://www.redirectnew.com$1 > > May

RE: [EMAIL PROTECTED] Re: Extra trailing slash after the RewriteCond

2008-04-08 Thread Narendra Verma
: [EMAIL PROTECTED] Re: Extra trailing slash after the RewriteCond Sorry that should read The above works perfectly fine except that it adds an extra trailing slash to the redirected url so if i type http//www.redirectold.com or http//www.redirectold.com/ it gets redirected to http

[EMAIL PROTECTED] Re: Extra trailing slash after the RewriteCond

2008-04-08 Thread Yashesh Bhatia
Sorry that should read The above works perfectly fine except that it adds an extra trailing slash to the redirected url so if i type http//www.redirectold.com or http//www.redirectold.com/ it gets redirected to http//www.redirectnew.com// Thanks. Yashesh Bhatia On Tue, Apr 8, 2008 at 5:18 PM,