| > So, I tried to mirrow <http://localhost>
Do you have an http server running at localhost ?
"localhost" is just a regular internet host (127.0.0.1 or ::1), and it will
require a web server.
If you want to copy local files, use <file://<filename>>;, BUT this will not
makes php file to be interpreted (httrack can not interpret dynamic scripts!)
| |