Rommeo Posted April 30, 2011 Share Posted April 30, 2011 lets say my website has a directory "photos" it has me.jpg family.jpg pet.jpg I m using this photos in "aboutme.php" But the problem is, when I enter www.mysite.com/photos/ it automatically list all the photos that I m using in whole website. How to prevent this ? Any solution is ok, just thought it can be solved via mod_rewrite Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted April 30, 2011 Share Posted April 30, 2011 Are you getting a directory listing of all the images in that folder? This is called FancyIndexing. You should be able to disable it by adding the following line into a .htaccess file within your photos directory Options -Indexes Or you can simply add a blank index.html file inside that directory. Which ever option you take you'll get a 403 forbidden error or a blank screen when going to mysite.com/photos/ Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.