Excluding urls
« on: October 13, 2009, 02:34:45 PM »
Hi

I have one question
How can I exclude more urls ?

my site has hierarchy like this:

[ External links are visible to forum administrators only ][section]
[ External links are visible to forum administrators only ][number of page]/[section]

I wanna exclude all urls which starts with [number of page], I wanna leave there just home page of each section

How to do it ? Does regexp work ?

thanks
Re: Excluding urls
« Reply #2 on: January 19, 2010, 05:21:51 PM »
I also have a question.
I have urls like  /183/bla-bla-bla/2.html
How to exclude this one but does not exlude something like /aa183/bla-bla-bla/2.html or /111183/bla-bla-bla/2.html
The problem that the first slash is not recognized and i still see the urls in the sitemap for this regexp:
/183/.*/2.html.

Probably something like
^183/.*/2.html

Is this correct one?

Thank you.



« Last Edit: January 19, 2010, 05:23:41 PM by lenk »
Re: Excluding urls
« Reply #4 on: January 21, 2010, 12:51:16 PM »
Works like a charm! We reduced the sitemap by ~10 times!
I think, you should describe in documentation somewhere that regexp are supported.

Oleg, thank you very much for this excelent program!