tibberous Posted November 7, 2007 Share Posted November 7, 2007 I am trying to protect a directory from auto listing it's contents. I tried putting a directory tag in my htaccess like Google said but it kept giving me an error 500. Does anyone know the correct way to do this? Link to comment https://forums.phpfreaks.com/topic/76403-solved-how-do-i-disable-directory-listing-in-apache-202/ Share on other sites More sharing options...
roopurt18 Posted November 7, 2007 Share Posted November 7, 2007 The most likely causes are that you had a syntax error in your .htaccess or the main httpd.conf has AllowOverride set to None. You shouldn't need a directory section in the .htaccess since the .htaccess should be in the directory you want to protect. The only line you should need is: Options -Indexes Link to comment https://forums.phpfreaks.com/topic/76403-solved-how-do-i-disable-directory-listing-in-apache-202/#findComment-386919 Share on other sites More sharing options...
tibberous Posted November 7, 2007 Author Share Posted November 7, 2007 Awesome, thanks a ton, it works great! Link to comment https://forums.phpfreaks.com/topic/76403-solved-how-do-i-disable-directory-listing-in-apache-202/#findComment-387015 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.