In Apache HTTPD server normally when you have no index or default page in a directory, a visitor may be served with a full list of files in that the directory.通常のApacheのhttpdサーバーがないときにページをインデックスまたはデフォルトのディレクトリには、訪問ユーザーがご提供するファイルの完全なリストは、ディレクトリに移動します。 This could pose a serious security risk.これは深刻なセキュリティ上のリスクです。 It also exposes your files to the world at large, allowing them to be indexed by search engines and at the least pose privacy risk.また、世界でのファイルを公開して大規模な、できるようにしてインデックスに登録される検索エンジンや、個人情報保護のリスク少なくともポーズです。 There are well known Google hacks which exploit this feature. Googleのhacksには、よく知られ、この機能を悪用する。 To stop default directory listing, add this to the htaccess file.デフォルトのディレクトリリスティングを停止し、これをhtaccessファイルを追加します。

Options -Indexes オプション-インデックス

This turns off index listing in the directory and all sub-directories under it.このインデックスをオフにするリスティングのディレクトリとすべてのサブディレクトリの下にしてください。

Note: In many web servers, directory listing may be turned off by default.注:多くのWebサーバー、ディレクトリリスティング年5月に、デフォルトでオフになっています。

One of the vulnerable folder in wordpress is wp-content. WordPressの脆弱性のいずれかのフォルダには、 WP内容です。 If you have a WordPress blog, check there to ensure that its content are not listed. WordPressのブログお持ちの場合は、チェックを確保するために、その内容が表示されていない。