Author: Alex Barkov Email: [EMAIL PROTECTED] Message: > Hi, > > The search results on our web site contain links to pages that were deleted. If I >click on one of those results, I obtain a 404. > > I tried to use DeleteBad=yes in the indexer.conf and reindexing the whole site >(indexer -a), but these broken links still appear. > > What could I do to remove these links from the results? >
You can delete them using indexer with these arguments: ./indexer -Cw -s 404 However, this looks like a bug. Could you try the following please: let's say http://site/bad.html is a page which doesn't longer exits on your server but still can be found using search. Run the following: ./indexer -amv6 -u http://site.bad.html and post it's output. Reply: <http://www.mnogosearch.org/board/message.php?id=4944> ___________________________________________ If you want to unsubscribe send "unsubscribe general" to [EMAIL PROTECTED]
