Perfect! Thanks very much works a charm.
On Thu, May 29, 2008 at 10:11 AM, Severin Gehwolf <
[EMAIL PROTECTED]> wrote:
> Hi!
>
> > I am looking for some advice on how to do exact matching for
> > mod_rewrite, I have the 2 rules in my config:
> >
> > Rule1
> >
> > RewriteRule ^/nokian95 /phon
Hi
I am looking for some advice on how to do exact matching for mod_rewrite, I
have the 2 rules in my config:
Rule1
RewriteRule ^/nokian95 /phones.php?id=555 [PT,QSA,NS,NE]
RewriteCond %{REQUEST_URI} ^(.*)phones\.php(.*)$
RewriteCond %{QUERY_STRING} ^id\=555$
RewriteRule ^(.*)$ /nokian95? [R