Search  
   
Browse by Category
 
Netfirms 24/7 Support .: SITE: DESIGN, PUBLISHING & FTP .: E. Securing Your Website .: SSL/Securing your Website .: How do I allow Directory Browsing?

How do I allow Directory Browsing?

To enable the .htaccess feature, please log into your Members section, then follow the steps below:

1. Click Hosting
2. Click Settings
3. From the .htaccess section, use the pull-down menu option to choose enable
4. Click Update

Below are some examples to enable/disable directory browsing using an .htaccess file:

Example #1:
The following example enables directory browsing:

Options +Indexes +MultiViews

Example #2:
The following example disables directory browsing:

Options -Indexes

Example #3:
The following example enables directory browsing but hides all .gif and .php files from being listed

Options +Indexes
IndexIgnore *.gif *.php

Example #4:
The following example enables directory browsing but hides presents an empty listing

Options +Indexes
IndexIgnore *


How helpful was this article to you?


.: Powered by Lore 1.5.6
Visit Netfirms.com Web Hosting | Copyright © 1998 - 2009 Netfirms, Inc. All Rights Reserved.