How to disable WordPress directory browsing without plugin using Cpanel

The WordPress directory listing is useful but not for everyone because it could be used by the hackers to exploit the website. By default directory browsing is enabled for files & folder resides on your Apache server for WordPress site. So, when a browser sends a request for index.php and if doesn’t find it in the directories requesting for, it will show all the files and folders present. See the image below that showing the images directory of a WordPress blog.

wordpress directory listing

As you can see that wp-content files are listing above, in the same way, by default the WordPress theme and plugins directory can also be listed too. And if some plugin is present on your WordPress which is vulnerable then the hackers can easily exploit that.

So, in this article, we will show you how to disable directory in WordPress using Cpanel or FTP client without using any WordPress directory listing plugin to prevent it.

 How to disable directory browsing in WordPress

  1. Go to your Website hosting service.
  2. Login to Cpanel.
  3. Click on File Manager.
  4. On the extreme right side, you will Settings button, click on that.
  5. Check the options show hidden files and save it.
  6. Now find the .htaccess file and open it.
  7. No add a text Options -Indexes at the end of the .htaccess file’s ifmodule mod rewrite.c text and save it.
  8. Now again go to your WordPress website and try to access the directory resides on your Apache web server or Nigniz server. This time you will get 404 error.


Above steps with screenshots to Disable directory listing in htaccess Wordpress…

We are showing this tutorial on Cpanel but the same can be perform using the FTP client like FileZilla.

Step 1: Login on your hosting server and access the Cpanel. On the Cpanel, you find an option called File Manager, just access it to follow the further steps given in this tutorial.

Cpanle to change the WordPress directory listing

Step 2: The File Manager will show the root directory of your web server. Now on the extreme right top side click on the Settings button.

Settings

Step 3: The Settings button will give a pop-up of options.  From where select the Show Hidden Files (dotfiles) and click on the Save button.

show the hidden files

Step 4: Now find the .htaccess file, select and click on the edit button.

htaccess file


Step 5:  Now at the end of the .htaccess files add:

Options -Indexes

After adding, the above text after the WordPress ifmodule  more rewrite.co text,  save the file…

block the wordpress directory browsing

Step 6: Close the file and Cpanel. Now go to WordPress website whose directory listing you want to block. This time when you try to access the directory of your WordPress install website, it will not be going to show. Instead of that 404 error will appear.

Error 404 Not Found

In this way, we can block the listing of the directories on Apache web server running WordPress website.

Other Useful Resources:

1 thought on “How to disable WordPress directory browsing without plugin using Cpanel”

  1. I do accept as true with all the concepts you’ve presented on your post.
    They’re very convincing and will certainly work.
    Nonetheless, the posts are too brief for novices. May you please lengthen them a bit from next time?

    Thanks for the post.

    Reply

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.