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!!
> 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.
Best regards,
Oleg Chernavin
MP Staff
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
^exclude_filename.htm$
Oleg.