Web Servers on Windows - need help with opendir.. once more...

This is Interesting: Free IT Magazines  
Home > Archive > Web Servers on Windows > April 2004 > need help with opendir.. once more...





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author need help with opendir.. once more...
realdude

2004-04-24, 1:35 pm

dear all...

if no index.html is pressent apache2 displays an directory listing

this is not what i need it to do....

if it displays an 404 page it is okey... it doesn't do that ither.

please advise...

have RTFM, so if you can help please do

greetings Willem
Thor Kottelin

2004-04-24, 2:36 pm



realdude wrote:

> if no index.html is pressent apache2 displays an directory listing
>
> this is not what i need it to do....


<URL:http://httpd.apache.org/docs/misc/FAQ.html#indexes>

Thor

--
http://thorweb.anta.net/ IRCnet #areena
realdude

2004-04-24, 3:36 pm

Thor Kottelin <thor@anta.net> wrote in news:408AACF6.A12C7B92@anta.net:

> http://httpd.apache.org/docs/misc/FAQ.html#indexes


i made the apropriate changes

<Directory />
Options Indexes MultiViews
DirectoryIndex index.html
AllowOverride None
Order allow,deny
Allow from all
</Directory>

the above was the org....

<Directory />
Options -Indexes -MultiViews
DirectoryIndex index.html
AllowOverride None
Order allow,deny
Allow from all
</Directory>


but it did not make the listing go away....

please advise

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com