I did try it twice but, I could not access the pages in the web
browser. I am wanting it so I do not need to go online to view the
pages on the computers on the network.
The latest versions use Installshield and Microsoft Installer (MSI) and,
IIRC, will work "out of the box".
If you've still got it installed (and used all the defaults when
installing) it should be in C:\Program Files\Apache Group\Apache
Under that directory there will be one called htdocs; that's the root of
your website.
Check in Task Manager and check there is one (probably several)
instances of Apache.exe running. If so, in your browser type
http://127.0.0.1/ and you should see the Apache test page.
Now copy an HTML file to C:\Program Files\Apache Group\Apache\htdocs and
in your browser type
http://127.0.0.1/foobar.html (substitute the real
filename of course) and it should display.
You should be able to use your computername in place of 127.0.0.1 but
127.0.0.1 is a safe fallback in case httpd.conf is not configured properly.
As I said, if you want to give it another try, e-mail me off-list and
I'll help you out. My e-mail address is (put the 'at' and 'dot' in the
obvious places) parish ntlworld com
Regards,
Parish