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 Link to comment https://forums.phpfreaks.com/topic/235201-how-to-turn-this-off/ 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/ Link to comment https://forums.phpfreaks.com/topic/235201-how-to-turn-this-off/#findComment-1208733 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.