A useful starting point

The quick answer

  1. Identify whether the destination is a local file or a web address.
  2. Check that the target page was included in the archive.
  3. Keep filenames and folders intact while testing navigation.

Identify the kind of link

Identify the kind of link
DestinationMeaningNext check
another-page.htmlA local saved pageThe file exists at that path
https://…A live web addressCoverage or an intentional external link
#sectionAn anchor in the current pageThe destination element exists
A button-driven viewApplication navigationScripts and required live data

Check whether the target was saved

Open manifest.json and find the destination’s original address. A link to a page outside the saved collection can continue to open the live web. Review page-limit notes, access rules and retrieval issues before assuming the link rewrite failed.

If your sample reached its page limit, create a larger archive and check the important destination again. An entered section address influences the starting points, while discovery still follows the domain. For a strict path boundary, choose a crawler with path filters.

Check local paths and filenames

Extract the original ZIP into a new folder and test the same link there. A working fresh copy points to a moved or renamed file in the earlier copy. Zipasite’s filenames can include a short hash to distinguish original addresses; keep those names when you move the folder.

A fragment such as #installation points to an element within a page. If the relevant content is generated after loading, the fragment may depend on the live application. Compare the saved markup and the JavaScript behavior before editing the link.

Separate menus from destinations

A menu can look like a link while a script controls when it opens. First check whether the destination page is present. Then test the menu’s keyboard or click behavior. A direct file opening can confirm the saved content even when the menu needs live code.

Zipasite includes local support for some recognised WordPress navigation and image interactions. Review your own site’s navigation rather than treating that support as a guarantee for every theme.

Record a useful issue

  • The page where you clicked the link.
  • The visible link text and target address.
  • Whether the target is listed as saved in the manifest.
  • The result from a fresh extraction.
  • Whether the issue also appears on the live site.

Keep a copy you can check.

Start with a small set of public pages, then review your saved files.

Open Zipasite