How to Clone & Host a Website

JayHill
2 min readSep 25, 2017

First thing is first! Go and download HTTrack!

www.httrack.com/page/2

HTTrack takes any website and makes a copy to your hard drive. This can be useful for searching for data on websites offline, gathering information useful for social engineering, or maybe even for replicating someones website and using it as a template page of your own. After extracting HTML and CSS from serveral sites one night I ended up hanging out with my friend Dan the Man and he and I began to edit the HTML, & CSS files occasionally taking breaks but before we knew it we had our own customized Webpage not only working on our system locally but also running on Github.com as well! Check it out! — → jayhill365.github.io . Follow the steps below and follow our Blogs for more Swag! — → lockboxx.blogspot.com — → jayhill365.github.io

The following tutorial will explain how to clone a website and then host it as your own website online for free!

  1. Find a website suitable for cloning.
  2. Open up a terminal and clone website using httrack. https://spin.atomicobject.com/2016/02/12/create-a-website-copy-with-httrack/
  3. Open you favorite Sublime Text Editor and navigate to whatever folder you specified when you were using httrack to clone the html and css in.
  4. After you edit necessary…

--

--