This is a discussion on configure Apache within the Windows Web Servers forums, part of the Web Server and Related Forums category; I have downloaded Apache for Windows, I have it installed. Were do I set up the option to tell it ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
"N.A.W." wrote: > > I have downloaded Apache for Windows, I have it installed. Were do I set up > the option to tell it what the directory for the published stuff is? Use the DocumentRoot directive. > I have > always used IIS, this is totally new to me. You need to read the documentation. Thor -- http://www.anta.net/ |
|
|||
|
If you are running just 1 domain then it will be automatically set to the
htdocs directory found in your apache directory All configuration is done in the httpd.conf file found in the conf directory also found in the apache directory *:\Programme Files\Apache Where * = drive letter. "N.A.W." <notme@nowere.com> wrote in message news:yuSdnZ571MPWiZrcRVn-qg@comcast.com... > I have downloaded Apache for Windows, I have it installed. Were do I set up > the option to tell it what the directory for the published stuff is? I have > always used IIS, this is totally new to me. > > |