| > Hi! How is it possible to compile a sitemap of a web site
> before downloading the whole web site? ('Sitemap' ie. a
> list of folders and files, preferably as a table of
> contents web page with links.)
The only way is to crawl all html files ; you can do it
using two methods:
- Options / Experts only / Store html files
- Options / Scan rules: -* +www.yoursite.com/*.html
+www.yoursite.com/*.htm +www.yoursite.com/*.php
+www.yoursite.com/*.asp
(php, asp.. or any dynamic content if necessary)
| |