Re: CGI help
- Posted by euphoric (admin) Jul 20, 2009
- 2083 views
GeorgeWalters said...
euphoric said...
What if you start with http://localhost/home.html?
Well, that's interesting. I don't know where that is. If I put that in the address bar IE doensn't know where it is either.
There's a directory specified in http.conf like this:
DocumentRoot "C:/Program Files/Apache Software Foundation/Apache2.2/htdocs"
What you probably need is this (if it's not already):
DocumentRoot "C:/AcuTrackWebDevelopment/CBSI/acu-track.com/web"
This tells Apache where to look for localhost files.
You have to always use an HTTP URL. You cannot just use a file path.