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
> >
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