I've created my own website for my contracting business over the past few years, and as I'm getting ready to close the business, I want to ensure that I can still access and view my website offline later. I've invested a lot of time and effort into designing it, and I want to preserve the work I've done. I initially tried saving the homepage using ctrl+s, and while I could view that page offline, I ran into issues navigating to other pages since it requires an internet connection. My questions are: 1) Once I stop paying for the domain and the website is no longer active, will a "chrome HTML Document" still work properly? 2) Do I need to save each individual page like Home, Services, Contact, and About Us separately? Also, just for fun, am I being overly cautious about this?
6 Answers
For now, just save the webpage as HTML from your browser, and make sure to include any scripts and JS files you might need to view it properly later.
You should consider using HTTrack to download a complete copy of your site. It's been around forever and works well for this purpose. Just keep in mind that for complex sites, you might need to adjust some settings. But if you're just looking to archive it for offline viewing, it's a pretty straightforward solution!
Is HTTrack similar to wget? I’ve heard good things but never tried it myself.
If your site was built with something like Squarespace, the process might be more complex. You could try using the Internet Archive's Wayback Machine to snapshot it while it's still live.
For Squarespace, exporting as XML is a bit tricky, but for WordPress, just log into wp-admin, use a migration plugin to easily download a copy!
There's a handy Chrome extension called SingleFile that can help you save pages easily. It's a neat way to ensure you're capturing everything accurately without much hassle.
Don't forget about Archive.org! It can keep a version of your site up for you as a backup, which might come in handy later.
If your site has an FTP option or file manager, you can often right-click and download files directly. If not, tools like npm or a live server in VS Code might help, but it depends on how your site is set up.

Yeah, HTTrack is perfect for cloning a website. Just remember though, if you want to modify it later, that could be tricky, but for viewing later, it's great!