| I am having difficulty filtering query strings. My sites use a content
management system and does not use file extensions.
However, it seems like my filters are being ignored.
Here are some sample URLs
1) <http://www.MYSITE.com/apps/pbcs.dll/article?AID=/20090126/DAILY/901269958>
2)
<http://www.MYSITE.com/apps/pbcs.dll/article?AID=/20090126/DAILY/901269958&template=BLAH>
3) <http://www.MYSITE.com/apps/pbcs.dll/section?category=BLAH>
4) <http://www.MYSITE.com/apps/pbcs.dll/section?category=FOO>
5) <http://www.MYSITE.com/apps/pbcs.dll/section?category=BLAH&Extra=6>
What filters would I use to include 1 and 3 but not 2, 4 and 5 on a mass
scale?
I have tried:
-*FOO*
-*/*FOO*
-*/*template=BLAH*
-*/*Extra*
And it seems like these filters are ignored. Is the "
/apps/pbcs.dll" URL structure messing it up? Or is it the multiple / in AID?
Should I use the ? in the filter?
Any help would be greatly appreciated.
Thanks!
Dave
| |