• Resolved smitz

    (@temporary_user)


    Hi,

    I finished a theme for a client and tried to show him using XAMPP lite on a usb stick. Unfortunately apache would not start.

    So maybe I can show him a local cached version of the site. No xampp or sql required.

    You would not be able to login and edit, but at least you can view the pages with functioning js.

    Is such a thing possible?
    I found something about creating a manifest, but i cant really find good documentation.

    Thanks in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Unfortunately apache would not start.

    Maybe IIS is running in the background. Tell him to run the following at a shell with administrator privileges:

    net stop w3svc

    Then try restarting apache.

    Thread Starter smitz

    (@temporary_user)

    THanks. I’ll give it a try tomorrow.

    Meanwhile I made a copy with httrack. It works. Somewhat.

    Im going to mark this as resolved.

    Yeap, httrack can do what you asked for. My reply was also meant to include an answer to how to create this static version, but for a weird reason I forgot to add it 🙂 You can check the -r option of wget.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Duplicate site cache for preview uses’ is closed to new replies.