| Hey Guys
The site I am copying uses folders such as
/
/foo/bar
/foo/bar/har
Each folder contains an index.php file. The index.php part is never shown in
the HTML as the webserver knows to serve it from these folders.
When HTTrack copies this site I am getting
/index.html
/foo/bar.html
/foo/bar/har.html
I do not want this, I would like
/index.html
/foo/index.html
/foo/bar/har/index.html
Is this possible? | |