| > My problem is that on the actual site (not
> the copy) objects from databases are being deleted
> because httrack is logging in and accessing
> administrative sections where it has the ability to
> click links which delete things.
Darn.. this is a problem. You can define filters, for
example, if the delete things are something like:
<http://www.foo.com/bar.cgi?action=delete>.. or
<http://www.foo.com/bar.cgi?remove>..
Then use something like:
-*.cgi?*action=delete* -*.cgi?*remove*
But you won't get the pages-after-detetion, of course
| |