I have created two warc files, which I converted to wacz files and have put on my website. These are hidden, as this is still in the testing phase.
If you go to
https://www.wticalumni.com/warc.htm and choose the link for “Link to WTIC wacz” it will take you to the problem wacz. The other wacz on that page works fine.
I can see the main page, but every link I try doesn’t work. A sample error message is:
This page is not part of this archive.
[Click Here] to load the live page in a new tab (or to download the URL as a file).
I’ve noticed that for some reason the URL it is pointing to is http while the entire website is https.
I use the following to download the warc file to my Mac:
wget --recursive --warc-file=WTICAlumni --user-agent=Mozilla “https://www.wticalumni.com”
and the following to create the wacz:
wacz create -o WTICAlumni.wacz WTICAlumni.warc --url ht tps://www.wticalumni.com/
which I then upload to the web.
(I split the https word because I can’t post more than 2 links yet)
Thanks.