/ Published in: Bash
Creating a static copy of a dynamic website
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
wget -k -K -E -r -l 10 -p -N -F --restrict-file-names=windows -nH http://website.com/
URL: http://blog.jphoude.qc.ca/2007/10/16/creating-static-copy-of-a-dynamic-website/