Magazine
1. Vous devez télécharger l’extension « Site Crawler» ici :
http://typo3.org/extensions/repository/view/crawler/current/
2. Activez l’indexation du site en typoscript :
config.index_enable = 1
config.index_externals = 1
3. Désactivez l’indexation à la volée :
4. Configuration « TsConfig» à placer sur la page racine du site:
#set up a crawl for users that arent logged in
tx_crawler.crawlerCfg.paramSets.monsite =
tx_crawler.crawlerCfg.paramSets.monsite {
cHash = 1
procInstrFilter = tx_indexedsearch_reindex, tx_indexedsearch_crawler
baseUrl [...]