Is directory browsing enabled?
| Answer: |
|
No, directory browsing is disabled by default for security reasons. To enable directory browsing on a UNIX hosting account, create a file named ".htaccess" with the following line:
Options +Indexes
On windows an index file or an ASP script would be required to provide a directory browsing style page. |