| > I have files under a domain that i want to mirror:
> i.e.
> /www.place.com/files/here, but the files can only be
> accessed via an html page unique to each file. And
> to access those pages I have to go through another
> domain: /www.place.com/.
> My question is, how do I mirror just the domain
> where the files are located without grabbing
> *anything* (i.e. .gifs, .html, .php, etc.) from the
> primary domain, i.e. /www.place.com?
I did not exactly understood what you are trying to
mirror, but I'm quite sure that you just need to use
filters (go in Options/Scan rules), such as:
-* +www.place.com/files/*
(exclude everything, except www.place.com/files/...)
| |