Hi all!
There is a website basing on a CMS. It is accessible under:
<http://subdomain.domain.tpl>
The site includes images from external domains.
<http://another-domain.tpl>
I need to exclude the CMS. Therefore I am trying to save all data and provide
it without using a CMS.
I use HTTrack version 3.47-27. Basically it works.
Data is stored as follows:
base/project/
base/project/subdomain.domain.tpl
base/project/another-domain.tpl
However when I try to provide the data again under <http://subdomain.domain.tpl>
the directory "../another-domain.tpl“ is not accessible as
"base/project/subdomain.domain.tpl“ is the web server - domain root.
I would like to save external images this way:
base/project/
base/project/subdomain.domain.tpl
base/project/subdomain.domain.tpl/another-domain.tpl
Is there a chance to do so? What do I have to adjust?
Thanks for your help!
Atze |