How to disable directory listing using .htaccess

 

In this article, we’ll describe how to disable directory listing using .htaccess file.

Directory listing allows all your website visitors to get a complete listing of all the important files and folders in your site simply by typing “http://example.com/yourdir” in the browser. This is very dangerous as it gives outsiders access to the core files in your site. We can be easily prevent this by creating a custom .htaccess file in the root directory of your site.

Quick Steps

  • Go to your cPanel account open File Manager. 

 

  • Click on Settings, check the box “Show hidden files” and click Save.

 

  • Open the .htaccess file and add the code “Options All –Indexes”.

 

  • Click on “Save Changes” to save and close the file.

 

Login into your cPanel account and select File Manager from the Files section.

cPanel landing page.

 

Locate the .htaccess file in the File Manager. The .htaccess file should be located in your public_html directory. If you can’t find it, then check if Show Hidden Files is enabled in your File Manager settings:

 

Creating a new .htaccess file.

 

If you still can’t find it, then create a new .htaccess file by clicking the File section on the top left corner of your File Manager

Select your .htaccess file and click on the Edit option from the dashboard.

 

Editing the .htaccess file.

 

 

 

Add the code “Options All –Indexes” and click Save Changes.

Editing the .htaccess file.

 

Conclusion

The directing listing on your site has been successfully disabled. 

If the steps above listed in this article do not resolve your issue, please feel free to open a support ticket and we’d be happy to take a look.

 

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to redirect HTTP traffic to HTTPS using an htaccess file

The below code when added to an htaccess file will automatically redirect any traffic destined...

How to check PHP version and configuration

Login to your cPanel Locate Software Tab and click PHP Version Select to increase or decrease...

What is an index page?

The index page is the URL or local file that automatically loads when a web browser starts and...

MySQL Database Access Outside of cPanel

There is no way to grant permission to just MySQL or phpMyAdmin. You can have them access the...

Disk Space and Bandwidth Usage

Disk Space Usage Log in to your cPanel Navigate to the Files section on the cPanel. Click...

Powered by WHMCompleteSolution