wikiHow is a “wiki,” similar to Wikipedia, which means that many of our articles are co-written by multiple authors. To create this article, 14 people, some anonymous, worked to edit and improve it over time.
The wikiHow Tech Team also followed the article's instructions and verified that they work.
This article has been viewed 148,087 times.
Learn more...
WinHTTrack is a free and open source Web crawler and offline browser, developed by Xavier Roche and licensed under the GNU General Public License. It allows one to download World Wide Web sites from the Internet to a local computer. By default, HTTrack arranges the downloaded site by the original site's relative link-structure. The downloaded (or "mirrored") website can be browsed by opening a page of the site in a browser.
Steps
-
1Type httrack
-
2Choose a project name (this will be the name of the folder containing the project). This can include multiple websites.Advertisement
-
3Optionally enter a base path (the default will store the project in a websites directory in your home directory).
-
4Enter the URL(s) of the websites you want to mirror (separated by commas or spaces).
-
5Choose an action by typing its number.
- Mirror website
- Mirror website with wizard
- Just get files indicated
- Mirror all links in URLs
- Test links in URLs
- Quit
-
6Optionally enter a proxy.
-
7Optionally define wildcards.
-
8Optionally define additional options, such as recurse level.
-
9Confirm you are ready to launch the mirror.
-
10Congratulations, it will now begin mirroring - be patient until it reports the mirroring as completed!
Community Q&A
-
QuestionCan I use HTTrack to copy all of the code on a website? Also, can I use this code to develop on my own site?Ollie PottertonCommunity AnswerIt depends. If you're planning to rip the website from a forum or from big websites, those websites depend on scripts located outside of the website, so the code is only compatible with that website. I suppose if it's a small website and doesn't depend on a database, then that might work.