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
RewriteRule ^(.*)$ http://www.redirectnew.com/$1 Replace it by RewriteRule ^(.*)$ http://www.redirectnew.com$1 May solve your problem. Narendra -Original Message- From: Yashesh Bhatia [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 08, 2008 6:39 PM To: users@httpd.apache.org Subject: [