logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

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.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Directory not pathing, only with index file
Author
sonomasp



Joined: 08 Mar 2007
Posts: 4

PostPosted: Wed 16 May '07 1:16    Post subject: Directory not pathing, only with index file Reply with quote

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

PostPosted: Wed 16 May '07 2:39    Post subject: Reply with quote

Check that you also have this in your httpd.conf:
Code:
LoadModule dir_module modules/mod_dir.so


-tom-
Back to top


Reply to topic   Topic: Directory not pathing, only with index file View previous topic :: View next topic
Post new topic   Forum Index -> Apache