vote up 0 vote down star

I bought a domain name and am trying to figure out how to configure it responsibly. I haven't set up an index.html file yet and I've noticed that if I hit my domain, I see my file directory tree. and I can dive down to all the files within my browser. Is there a way that I can disable this?

flag
Where is your site hosted? Are you doing it locally (i.e. using IIS or Apache) or are you using a hosting service? – jheddings Nov 8 at 6:10
I am hosting it on Apache – Eclatante Nov 8 at 7:29

2 Answers

vote up 0 vote down

If you are using IIS.

  1. Right-click on your website, and choose Properties.
  2. Select Home Directory tab.
  3. Uncheck the Directory browsing.
link|flag
vote up 0 vote down

You can try a few things:

  1. create an empty file named index.html and upload it into the public_folder
  2. create an .htaccess file with the following contents: Options -Indexes
  3. If you have some kind of cpanel for your site, look for options to disable directory browsing.

Creating the index.html file is probably the easiest and most consistent way to go.

FYI, my .htaccess info came from techiecorner.com

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.