URL Filter - how to configure complex rule?

Sergey
07/05/2004 12:41 pm
Hello,
Could you please tell me, how can I skip the following urls:
www.test.com/app.asp?test

but allow the following:
www.test.com/app.asp?production

Thank you!!
Defenestration
07/05/2004 01:20 pm
> Hello,
> Could you please tell me, how can I skip the following urls:
> www.test.com/app.asp?test
> > but allow the following:
> www.test.com/app.asp?production
> > Thank you!!
>

I think I`m right in suggesting the following, but please correct me if I`m wrong Oleg:

If you only want to download URL`s containing www.test.com/app.asp?production and nothing else, then just add "app.asp?production" to the included filename keyword list.

If you want to download everything but "www.test.com/app.asp?test", then just add "app.asp?test" to the excluded filename list.


Oleg Chernavin
07/05/2004 03:05 pm
Yes, this is correct. Thank you!

Best regards,
Oleg Chernavin
MP Staff
Sergey
07/06/2004 02:10 am
Thank you!
Could you please clarify, should I also exclude "app.asp?test*" in case of
"www.test.com/app.asp?test17", "www.test.com/app.asp?test.htm", "www.test.com/app.asp?test17", "www.test.com/app.asp?test=1", etc
Oleg Chernavin
07/06/2004 07:52 am
No. Actually, app.asp?test is means *app.asp?test* . If you want to specify an exact filename to be excluded, you can use:

^exclude_filename.htm$

Oleg.