| Posted: 25 June 2008 at 8:51am | IP Logged
|
|
|
I am trying a rule in RegexTest. It doesn't work. Here's how it looks.
RewriteRule ^(.+)/(.*\?)(.*) /obra/?LCID=$1\&$3 [NC]
Test string: "apa/smakar?peck"
This results in: Pattern Not matched
If i try it in Expresso, it matches fine. Is this a bug in RegexTest?
I didn't write the rule, and I'm not sure it's needed, but there have been problems with the filter and I am looking it over and trying every rule in RegexTest.
Edited by consan - 25 June 2008 at 9:58am
|