in manual i find this:
Code:
Indexing by command line interface
Le script [PHPDIG_DIR]/admin/spider.php could be lauched by the
shell in order to not overload the webserver.
Launching the script :
#php -f [PHPDIG_DIR]/admin/spider.php [option]
List of options :
- all (default) : Update all hosts ;
- forceall : Force update all hosts ;
- http://mondomaine.tld : Add or update the url ;
- path/file : Add or update all urls listed in the given file.
Examples :
#php -f [PHPDIG_DIR]/admin/spider.php http://host.mydomain.com
#php -f [PHPDIG_DIR]/admin/spider.php [File containing an urls list]
but in is for shell, how to do this from url request?
spider.php?url=http://www.domain.com/somepage/index.php?action=news
not working