PDA

View Full Version : Indexing new directories


bugmenot
03-27-2006, 03:23 PM
Hi, I'm just wondering if there's a way phpDig can index a new directory (which only contains an index file) that can be regularly created using a php script.

New directories (with index file) are added, are linked via php scripts on some pages, yet they do not get indexed. Why? Where should I re-index?

'LIMIT_TO_DIRECTORY',false
'PHPDIG_IN_DOMAIN',true
'PHPDIG_DEFAULT_INDEX',false ?? <- what does this do?

bugmenot
03-28-2006, 03:33 AM
BTW, my host has allow_url_fopen set to false.

Do I need this? phpdig is only limited to one domain.