Java Mailing List Archive

http://www.apache-httpd.com/

Home » users.httpd »

Re: [users@httpd] rewrite rule

Igor Cicimov

2010-03-11

Replies: Find Java Web Hosting

Author LoginPost Reply

Just put ^(n=3)$ and it will work

On Mar 12, 2010 3:34 AM, "Francis GALIEGUE" <fge@one2team.com> wrote:

On Thu, Mar 11, 2010 at 16:56, Richard Schoenig

<Richard_Schoenig@picis.com> wrote:

> So here is the issue I am having now I have separate servers I am trying to > set this rule up on ...

[...]

> RewriteCond %{QUERY_STRING}  ^(n=[3]+)$

Why [3]+? 3+ is largely enough. 3 is an atom, like any character
class. And it will match 3, 33, 333, etc, whether it is written [3]+
or 3+, so this is probably not what you want.

Remember that quantifiers (+, *, {...}) apply to the immediately preceding atom.
--

Francis Galiegue
ONE2TEAM
Ingénieur système
Mob : +33 (0) 683 877 875
Tel : +33 (0) 178 945 552
fge@one2team.com
40 avenue Raymond Poincaré
75116 Paris

--------------------------------------------------------------------- The official User-To-User sup...

©2008 apache-httpd.com - Jax Systems, LLC, U.S.A.