| > i want to mirror a website and exclude certain files, but
> keep the links to them. These excludeded files i want to
get
> by a apache rewrite rule. How can i get this work ?
- To exclude files: just use scan rules (Set Options / Scan
rules), and add something like:
-*.zip
(to exclude all zip files)
All external zip files will be rewritten to external URLs.
It's then up to you to define a specific proxy or
transtparent Apache proxy.
| |