HTML n00b Q
HTML n00b Q
- Started
- Last post
- 3 Responses
- throwback
Hi there, how do i stop people from accessing folders within my site?
i want to get it to come up with something like the 'Directory Listing Denied' message.
tanks.
- blaw0
this is typically set up at the web server. if you don't have access to set permissions, etc. on the server you could simply create a "default.htm" or "index.htm" file and drop it in the folders you want to restrict.
- throwback0
that works, thanks a lot!
- dcdomain0
With that option, people can still take guesses as to what is on the server and find items if they guess the filename right. If you are in the mood to learn, you can create htaccess files and drop it into directories... Google .htaccess =T