HappyPandaFace Posted May 8, 2007 Share Posted May 8, 2007 I run a sever in my home network and I'm planning to go on-line. But I've noticed that when you type in a file name in the address bar it will come up with a page that shows all the files in on my server. This is a major security risk and I'd like to know how to stop this. I'm using Apache 2 to host my server. Link to comment https://forums.phpfreaks.com/topic/50567-getting-rid-of-index-of-pages/ Share on other sites More sharing options...
JakeTheSnake3.0 Posted May 8, 2007 Share Posted May 8, 2007 Look into .htaccess Link to comment https://forums.phpfreaks.com/topic/50567-getting-rid-of-index-of-pages/#findComment-248571 Share on other sites More sharing options...
per1os Posted May 8, 2007 Share Posted May 8, 2007 There is a configuration setting in apache to not allow indexing. Can be done via apache http.conf or via the .htaccess I think for htaccess it is something similiar to Options -Indexes http://www.hostingmanual.net/other/htfun.shtml Link to comment https://forums.phpfreaks.com/topic/50567-getting-rid-of-index-of-pages/#findComment-248572 Share on other sites More sharing options...
ToonMariner Posted May 8, 2007 Share Posted May 8, 2007 or place a file in each folder called index.html or .php Link to comment https://forums.phpfreaks.com/topic/50567-getting-rid-of-index-of-pages/#findComment-248580 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.