Re: dis allow to view directory on webpage
"Keith Mastin" <[email protected]>
| Newsgroups | gmane.linux.redhat.release.enigma |
|---|---|
| Message-ID | <[email protected]> |
> Hi,
>
> Could anyone of you guys tell me, how to dis allow to view directory on
> web page.
>
> I have Apache web server running on Linux. if i dont enter after url
> /index.html, it show me files names in the directory. where do i need to
> change setting, pls guide
>
> Thanks in advance
This should be in your main server configuration section:
<IfModule mod_dir.c>
DirectoryIndex index.htm index.html index.php index.php4 index.php3
index.phtml index.cgi
</IfModule>
--
Keith Mastin
BeechTree Information Technology Services Inc.
Toronto, Canada
(416)696-6070