Webboard: Disallow page but allow deeper URLs
| Newsgroups | gmane.comp.web.mnogosearch.general |
|---|---|
| Message-ID | <[email protected]> |
Author: Alexander Barkov Email: Message: > *hiya!* > > is it possible to disallow e.g. > /mysite/list/ > while allowing > /mysite/list/detail/info1/ > /mysite/list/detail/info2/ > /mysite/list/detail/info3/ > > where all the subsequent pages are linked on the /list/ page > without explicitely providing a list of links to index? > I found no way to solve this problem by now. > > I tried > ----- > Disallow Match Regex list\/$ > ----- > (I think the problem is that the page is not processed at all) > It looks that what you're looking for us: HrefOnly */mysite/list/ or HrefOnly Match Regex /mysite/list/$ The above two commands has the same effect. The former should be a little bit faster. > > tia > Wolfgang > Reply: <http://www.mnogosearch.org/board/message.php?id=20996>