This is a discussion on as noob a question as ever asked... within the Windows Web Servers forums, part of the Web Server and Related Forums category; here's the short version (i think it's pretty simple, really): i've got everything configured for apache, php ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
here's the short version (i think it's pretty simple, really):
i've got everything configured for apache, php and mysql, and everything seems to work okay, except...when i point my browser to 127.0.0.1 i get the apache welcome page. i assume there's something in httpd.config i'm missing. i've checked a few times and as far as i can see, the port is set to 80. so, how do i see my data? btw, i'm not leaving out details to be difficult. i can provide a lot more details if they're needed. but, the basics: wxp sp2, apache 2.0.55, php 4.4.2, mysql 5. ie, ff and opera all yeild the same reults. thx! |
|
|||
|
On 22 Mar 2006, shmengie@gmail.com wrote in
news:1143068668.518626.214010@i39g2000cwa.googlegr oups.com: > d'oh!! nevermind. thx for reading, though... And what will be your advise for the next person to ask that question? |
|
|||
|
127.0.0.1 is the loopback address, use in place of your IP address /
domain name for internal testing only. the first page that will be parsed on the server will be server-root/index.html the default index.html at the root is the apache welcome page, replace this page with the one you would like to use as your home page. note, using spaces in directory names can cause problems with authentication / directory listings, use the_underscore_method or the-hiphen-mnethod for long directory names. |