To create an offline browseable copy of a website you can use the tool wget. I will guide you through the steps on how to create a offline copy based on your needs. Download the website # wget --mirror --no-check-certificate -e robots=off --timestamping --recursive --level=inf \ --no-parent --page-requisites --convert-links --adjust-extension --backup-converted -U Mozilla \ --reject-regex feed -R '*.gz, *.tar, *.mp3, *.zip, *.flv, *.mpg, *.pdf' http://test.com Change into the directory of the offline copy: