If you have exported your website as static html and need to use it with a standalone webserver, this guide will help you how to install an Apache webserver and starting the static website.
Make a typical installation of the webserver. Remember the connector port and user name and password for the admin user.
Example of the port configuration
Start the webserver when you have completed the installation.
Start the webserver when completing the installation
Browse to the webserver to verify that everything has been installed correctly.
http://localhost:[port number]
Startpage of the Apache webserver
Copy the html extraction files from the SiteVision server to your Apache webserver. The extraction folder can be found under ../sitevision/data/export/html/[date of export]/[id of website]
Example of the location of extracted website
Paste the contents of the folder [id of website] to the ROOT folder in the Apache webserver. The ROOT folder can be found under ../Apache Software Foundation/Tomcat 6.0/webapps/ROOT
Location of the ROOT folder in Apache webserver
Browse to http://localhost:[port number] and your website is there up and running as it should be, with style sheets and everything.
Example of web page
Last updated: