Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: Directory not pathing, only with index file |
|
Author |
|
sonomasp
Joined: 08 Mar 2007 Posts: 4
|
Posted: Wed 16 May '07 1:16 Post subject: Directory not pathing, only with index file |
|
|
I just installed PHP on my laptop with Vista. In the process something got
screwed up. I'm using a Virtual Host. So I have
http://laurels, http://sonomasport etc...
Well if I type either of these in I get a prompt for Find or Save a file.
Only if I type in http://laurels/index.html does the page work in the browser. I checked my httpd.conf file and I have in
<IfModule dir_module>
DirectoryIndex index.html index.htm index.php
</IfModule>.
And if I type http://localhost/phpinfo.php I get the info on my PHP setup. So I know PHP is working OK.
So what else could it be.
Help!!
Thanks
Howard |
|
Back to top |
|
tdonovan Moderator
Joined: 17 Dec 2005 Posts: 611 Location: Milford, MA, USA
|
Posted: Wed 16 May '07 2:39 Post subject: |
|
|
Check that you also have this in your httpd.conf: Code: | LoadModule dir_module modules/mod_dir.so |
-tom- |
|
Back to top |
|
|
|
|
|
|