Hello,
I tried to make wget fetch a complete page (with called page-requisites):
Code:
wget -p "http://projecteuler.net/index.php?section=problems&id=246"
But once it finished, only two files were saved:
Code:
./projecteuler.net/index.php?section=problems&id=246
./projecteuler.net/robots.txt
And there should be more files, as you might see on the page (either the actual page or the downloaded file). The image files and the stylesheet file were not downloaded (despite the "-p").
What should I do for this to work? I guess it is because the file is not ended with ".htm" or ".html", but ends with ".php". (???) Not sure, though.
Dedeco