Shy
11-29-01, 07:24 AM
okay, so on my site I have directories that I don't want anyone to access.
Lets say one such directory is located at www.somesite.com/x/
Now, usually, someone who goes to somesite.com will see index.html, and have no idea about directories. Maybe they'll guess that I have a directory /x and try to access it. In this event, i have an index.html that just points them back to my main page.
So at this point, joe user has no way to access these pages. But i've read about search engines, and how you should use a robots.txt to keep them away from certain information. So, recently, I've come to realize that anyone can get directory/file listings on your site (how, I'm not sure, but the concept makes enough sense to me since there are far more ways to acess sites than web browsers).
So, should I hide these directories somehow? Encode their information?
I've also been hearing a lot about mysql lately. Maybe I should put the information in a database that only I can access?
-Shy
Lets say one such directory is located at www.somesite.com/x/
Now, usually, someone who goes to somesite.com will see index.html, and have no idea about directories. Maybe they'll guess that I have a directory /x and try to access it. In this event, i have an index.html that just points them back to my main page.
So at this point, joe user has no way to access these pages. But i've read about search engines, and how you should use a robots.txt to keep them away from certain information. So, recently, I've come to realize that anyone can get directory/file listings on your site (how, I'm not sure, but the concept makes enough sense to me since there are far more ways to acess sites than web browsers).
So, should I hide these directories somehow? Encode their information?
I've also been hearing a lot about mysql lately. Maybe I should put the information in a database that only I can access?
-Shy