Click to See Complete Forum and Search --> : Viewing a site with SSI's locally


mustoskiff
07-19-2005, 11:52 AM
I have designed a site for my wife using server side includes (SSI's).

She needs to be able to show this site to people from her laptop at a show where she has no internet connection so needs to be able to browse the site using the loacl copy.

When w try this we don't get to see the page "assembled" with all the SSI's.

The laptop is running XP Pro and I think this has to be done be setting the site as the default site using the local host ... or somthing like that.

Anyone know what steps I need to take?

regards,

Rick

invertedpanda
07-19-2005, 12:01 PM
Simple: Install Apache httpd. Thats what I do - I run a complete copy of my web server on my local machines :)

http://httpd.apache.org/

Free, open source, powerful.

mustoskiff
07-21-2005, 09:18 AM
Err .... that looks a bit tricky - compiling and installing.

I'm a simple chap ... is there and easier way?

Rick

bathurst_guy
07-21-2005, 09:27 AM
I have PHPDEV, comes with apache php and mysql all in a single install file.

www.firepages.com.au

mustoskiff
07-21-2005, 09:46 AM
Someone told me I should install xampp .. which I have done but I still don't know what to do ...

ray326
07-21-2005, 10:22 PM
Err .... that looks a bit tricky - compiling and installing.What's your host O/S? There are regular installer packages for Windows that make installing Apache a snap. Most Linux distros install and enable Apache by default.