How I can stop

  • Thread starter Thread starter samh
  • Start date Start date
S

samh

Please I need a help. Now in my web page there are some folders has images
so now if you write the URL
(www.-----.com/images)
and one of the folders you will see the contents so how can I protect or
prevent the content from appearing if anyone tried to write the URL and any
folder
(www.-----.com/images)
Thanks
 
I think all you have to do is add an empty index file (index.htm,
index.html, etc.) to the folder
 
Hi,

If you are using IIS server, the permission "Directrory browsing" over the directory or a site may enable the visitor to browse the content under
a directory. If this option is enabled, try disabling it to see if it helps. However, this does not block the user access to a certain file under the
directory. The visitor can still see an image by visiting the url (www.----.com/images/123.jpg)

Regards,
Jason Lu
Microsoft Online Partner Support

When responding to posts, please "Reply to Group" via your newsreader so that others may learn and benefit from your issue.
This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top