|
|
[Perlfect-search] Indexing .PHP4 pages
Richard Hitchell richard.hitchell@ttabconnectors.com
Thu, 28 Jun 2001 11:11:09 +0100
Hi,
I need to index a site that has dynamic php pages. Unfortunately I
cannot get the indexer to work using http - it just seems to index
the local filesystem regardless and I get lots of results from a
search with 'untitled'. Do i need to tell the search not to index the
local system? What am I doing wrong? a full version of the conf file
can be viewed at http://www.ttabconnectors.com/conf.example
Thanks for your help
Richard
#Where you want the indexer to start
$DOCUMENT_ROOT = '/home/web6508/intranet/newsite/';
$HTTP_START_URL = 'http://newsite';
$HTTP_MAX_PAGES = 100;
$HTTP_SERVER_ROOT = $DOCUMENT_ROOT;
$HTTP_LIMIT_URL = $HTTP_START_URL;
@HTTP_CONTENT_TYPES = ('text/html', 'text/plain');
$HTTP_DEBUG = 1;
|
|