Forum Moderators: phranque

Message Too Old, No Replies

Creating CD with site and server

         

esllou

10:25 am on Dec 16, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I need a way of putting an .shtml site on a CD. I tried to install Server2Go, suggested in other recent threads on this subject but I couldn't get the SSI includes to show and the s2g site has ZERO support and a forum which is as quiet as deep space.

(for the record, I made the changes to the http.conf file:

Options Indexes Includes FollowSymLinks MultiViews

AddType text/html .shtml
AddHandler server-parsed .shtml

but the includes still wouldn't show.)

So, does anyone else know of a similar application?

graeme_p

1:31 pm on Dec 16, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Does the site contain dynamic elements? If not, surely it would be simpler to create a plain HTML mirror of the site and put that on the CD.

On Unix type OSes wget does this very nicely. I assume that there is an equivalent available for Windows.