I need some help using an application called interchange on my
webserver. I have a url www.somewebsite.com/questions/*.html I want to
index all files in that questions directory. I am using the following
wget command.

CODE

wget -r -l2  -A html -X cgi-bin -D www.somewebsite.co.uk/ -P
/home/httpd/vhosts/somewebsite.co.uk/catalogs/somewebsite/swish_site/
http://www.somewebsite.co.uk/questions/


This only index the index page of this folder. It wil not follow the
links on the page. What would be the appropriate command to use to
index all pages from that folder.

Reply via email to