I have a question about php,please help me
"ALAN" <[email protected]>
| Newsgroups | gmane.comp.web.perlfect-search |
|---|---|
| Message-ID | <007701c2c39a$dac18250$a300a8c0@alan> |
I use perlfect to index the php files via http,but it seem only index the first page(default.php)!
My website is www.power198.com
start indexer url is http://www.power198.com/index_form.html
password is "123"
Please test it and tell my why?
conf.pl file follow:
$DOCUMENT_ROOT = '/var/website/power198/';
$BASE_URL = 'http://www.power198.com';
$CGIBIN = 'http://www.power198.com/cgi-local/perlfect/search/';
$INSTALL_DIR = '/var/website/cgi-bin/power198/perlfect/search/';
@EXT = ("htm","html","php");
$INDEXER_CGI_PASSWORD = "123";
$HTTP_START_URL = 'http://www.power198.com/';
$HTTP_MAX_PAGES = 60000;
$HTTP_SERVER_ROOT = $DOCUMENT_ROOT;
@HTTP_LIMIT_URLS = ($HTTP_START_URL);
$HTTP_FOLLOW_COMMENT_LINKS = 1;
@HTTP_CONTENT_TYPES = ('text/html', 'text/plain');
$HTTP_DEBUG = 1;
Thank you very much!
alan
2003-1-24