| View previous topic :: View next topic |
| Author |
Message |
ils
Joined: 24 Mar 2007 Posts: 1
|
Posted: Sat Mar 24, 2007 5:57 am Post subject: FTP access via web browser permission question |
|
|
Hi everyone,
I have a bit of a problem with my website. How can I deny the access to the ftp structure of my website through the web browser.
for example my main site is www.123abc.com/ and the index.html loads all the pages into it. but if i type in www.123abc.com/home/ I can see the whole folder structure - so how do I turn that option off. Please help. |
|
| Back to top |
|
 |
|
|
litebulb1
Joined: 28 Sep 2007 Posts: 21
|
Posted: Fri Sep 28, 2007 7:41 am Post subject: Re: FTP access via web browser permission question |
|
|
if I understand you correct you want to deny directory access to your root folder. if that is correct what your looking for .htaccess. you can create one with this line
Options All -Indexes |
|
| Back to top |
|
 |
|