Disable Directory Listings

Version: 2.0

Prevent virtual directory listing services from listing the contents of directories, and/or show a page in place of a directory's l

Author:Scott Reilly (profile at wordpress.org)
WordPress version required:3.0
WordPress version tested:3.2.1
Plugin version:2.0
Added to WordPress repository:29-07-2011
Last updated:29-07-2011
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:1
Plugin URI:http://coffee2code.com/wp-plugins/disable-dir...
Total downloads:6 299
Active installs:200+
plugin download
Click to start download

Prevent virtual directory listing services from listing the contents of directories, and/or show a page in place of a directory's listing.

The Apache web server can be configured to automatically display the listings of the contents of a web site's file directory if no index file (i.e. index.html or index.php) is present. This can expose files and information to visitors. Of course the web server could be configured to not do this (the recommended approach), but sometimes you don't have permission (you're on a shared host), the know-how, or you want to selectively disallow virtual directory listings. That's where this plugin can help.

If you want to test if your site has virtual directory listings enabled, try visiting http://www.YOURSITE.com/wp-includes (obviously, change the domain to match your own). If you see a listing of PHP files then virtual directory listing is enabled for your site.

This plugin can prevent visitors from seeing the contents of certain (or all) directories on your site (assuming your web server generates virtual directory listings). It also allows you to use a WordPress page as the index for a directory

By default, the following directories are protected:

  • wp-includes/
  • wp-content/
  • wp-content/plugins/
  • wp-content/themes/

It does NOT protect any other directory by default. You can change this via the plugin's admin settings page.

TIP: When this plugin is activated (and more specifically, ater the permalink structure is updated as per the instructions below), WordPress will generate the themed 404 - Not Found page. If you were to create a Page with the same name as one of the directories being disabled (i.e. 'wp-includes' or 'wp-content') then that page will be displayed instead of the 404 error message. If you want to display a page for the 'plugins' and 'themes' directory, you must create them as children pages of a 'wp-content' page.

NOTE: This plugin only works for the Apache web server.

Links: Plugin Homepage | Author Homepage


Screenshots
FAQ
ChangeLog