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. Quote 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 Quote 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 Quote 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 Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.