|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
Hi
I am using Apache 1.3.12 on Win NT(I know it sucks)with Tomcat but thats what the client has. Now the problem is when I access my site using http://localhost/apps it shows all the files and directories listed under the apps directory to everybody. i want to make it such that none of the files or directories below http://localhost can be accessed by anybody by typing the path in the browser. How can this be done, I read the documentation but unable to figure out how to do it. Appreciate your help in this regard Thanks Kris |
|
#2
|
|||
|
|||
|
Put this in your httpd.conf file:
<Directory "C:/apache/htdocs/apps"> AllowOverride None Options none </Directory> Change the path so it fits your needs. Steffen |
![]() |
| Viewing: Dev Shed Forums > System Administration > Apache Development > Visible Files in the directory |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|