[General] Webboard: exclude mime types

2016-10-12 Thread bar
Author: fabien Email: fabien.lahau...@gmail.com Message: Hi all, Is it possible to exclude certain mime types such as rss feeds ? Thanks in advance, Fabien. Reply: ___ General mailing list Genera

[General] Webboard: exclude mime types

2016-10-12 Thread bar
Author: Alexander Barkov Email: Message: Hi, > Hi all, > > Is it possible to exclude certain mime types such as rss feeds ? > This can be done using the NoIndexIf command: http://www.mnogosearch.org/doc34/msearch-cmdref-noindexif.html Put this command into indexer.conf to disallow a certain

[General] Webboard: exclude mime types

2016-10-12 Thread bar
Author: fabien Email: fabien.lahau...@gmail.com Message: Thanks for your quick answer. I tried to add the NoIndexIf but i cannot get it to work. I used the indexer.conf default file, and added the two following lines at the end of that file : Server http://www.wearethelous.com/feed/ NoIndexIf C

[General] Webboard: exclude mime types

2016-10-12 Thread bar
Author: fabien Email: fabien.lahau...@gmail.com Message: And to be more precise, i finally want to index only html pages and not all other types of data (css/js/pictures/pdf/rss/...) . Fabien. > Thanks for your quick answer. > > I tried to add the NoIndexIf but i cannot get it to work. > > I u

[General] Webboard: exclude mime types

2016-10-12 Thread bar
Author: Alexander Barkov Email: Message: > Thanks for your quick answer. > > I tried to add the NoIndexIf but i cannot get it to work. > > I used the indexer.conf default file, and added the two following lines at > the end of that file : > Server http://www.wearethelous.com/feed/ > NoIndexIf

[General] Webboard: exclude mime types

2016-10-12 Thread bar
Author: Alexander Barkov Email: Message: > > Thanks for your quick answer. > > > > I tried to add the NoIndexIf but i cannot get it to work. > > > > I used the indexer.conf default file, and added the two following lines at > > the end of that file : > > Server http://www.wearethelous.com/feed

[General] Webboard: exclude mime types

2016-10-12 Thread bar
Author: Alexander Barkov Email: Message: > And to be more precise, i finally want to index only html pages and not all > other types of data (css/js/pictures/pdf/rss/...) . > Something like this should do the trick: NoIndexIf NoMatch Content-Type text/html* Additionally, try to use the Disal