Re: [EMAIL PROTECTED] exact matching in mod_rewrite

2008-05-29 Thread Matthew Wherry
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

[EMAIL PROTECTED] exact matching in mod_rewrite

2008-05-29 Thread Matthew Wherry
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