Re: [us...@httpd] Re: redirecting to index.jsp using rewrite rules

2010-05-03 Thread Charan
Thank you, this worked for me On Mon, May 3, 2010 at 12:10 PM, Dan Poirier wrote: > On 2010-05-03 at 14:46, Charan wrote: > > > Hi, > > > > I'm using the below rule to redirect to index.jsp if user doesn't add > > index.jsp to the url. Is it possible to have one rule instead of the > below > >

[us...@httpd] Re: redirecting to index.jsp using rewrite rules

2010-05-03 Thread Dan Poirier
On 2010-05-03 at 14:46, Charan wrote: > Hi, > > I'm using the below rule to redirect to index.jsp if user doesn't add > index.jsp to the url. Is it possible to have one rule instead of the below > repeating rule. > > RewriteEngine On > RewriteCond %{REQUEST_URI} /en/[a-z]*/$ > RewriteCond %{REQUE