Trusted WordPress tutorials, when you need them most.
Beginner’s Guide to WordPress
WPBカップ
25 Million+
Websites using our plugins
16+
Years of WordPress experience
3000+
WordPress tutorials
by experts

WordPressでディレクトリ閲覧を無効化する方法

WordPressのディレクトリ閲覧を無効化しますか?

ディレクトリの閲覧は、ハッカーに重要な情報を見せ、サイトのプラグインやテーマ、さらにはホスティングサーバーの脆弱性を突くために利用され、サイトを危険にさらす可能性があります。

この投稿では、WordPressでディレクトリ閲覧を無効化する方法を紹介します。

How to disable directory browsing in WordPress

WordPressのディレクトリ閲覧無効化とは?

誰かがあなたのサイトを訪問するたびに、Webサーバーはそのリクエストを処理します。

通常、サーバーはindex.htmlのようなインデックスファイルを訪問者のブラウザーに配信します。しかし、サーバーがインデックスファイルを見つけられない場合、代わりにリクエストされたディレクトリ内のすべてのファイルとフォルダーを表示することがあります。

これはディレクトリブラウジングと呼ばれ、ホスティングサーバーでは初期設定で有効化されていることが多い。

サイトを訪問したときに、ウェブページの代わりにファイルやフォルダーのリストを見たことがあるなら、ディレクトリ・ブラウジングを実際に見たことがあるはずだ。

A WordPress site with directory browsing enabled

問題は、ハッカーがディレクトリブラウジングを使って、使用しているすべてのテーマやプラグインを含むサイトを構成するファイルを見ることができることです。

これらのテーマやプラグインに既知の脆弱性がある場合、ハッカーはその知識を利用してWordPressブログやサイトをコントロールしたり、データを盗んだり、その他の行為を行うことができます。

攻撃者はまた、ディレクトリ・ブラウジングを利用して、ファイルやフォルダー内の機密情報を覗き見することもあります。電子書籍のダウンロードや オンラインコースなど、通常であれば課金されるようなコンテンツも含め、サイトのコンテンツをコピーされる可能性もあります。

そのため、WordPressではディレクトリ閲覧を無効化するのがベストプラクティスとされている。

WordPressでディレクトリブラウジングが有効化されているかどうかを確認する方法は

WordPress サイトでディレクトリ閲覧が有効化されているかどうかを確認する最も簡単な方法は、https://example.com/wp-includes/ のように /wp-includes/ フォルダーにアクセスすることです。

www.example.com、あなたのサイトのURLに置き換えてください。

403 Forbiddenまたは同様のメッセージが表示された場合、WordPressサイトではすでにディレクトリ閲覧が無効化されています。

A website with directory browsing disabled

代わりにファイルとフォルダーのリストが表示された場合は、あなたのサイトでディレクトリブラウジングが有効化されていることを意味します。

A WordPress site with directory browsing enabled

これではサイトが攻撃を受けやすくなるため、WordPressでは通常、ディレクトリ閲覧をブロックすることをお勧めします。

WordPressでディレクトリ閲覧を無効化する方法

ディレクトリ・リスティングを無効化するには、サイトの.htaccessファイルにコードを追加する必要があります。

ファイルにアクセスするには、FTPクライアントが必要ですが、WordPressホスティングコントロールパネル内のファイルマネージャーアプリを使用することもできます。

初めてFTPを使用する場合は、FTPを使用してサイトに接続する方法についての完全なガイドを参照してください。

サイトに接続したら、サイトの「public」フォルダーを開き、.htaccessファイルを見つけます。.htaccessファイルをデスクトップにダウンロードし、メモ帳のようなテキストエディターで開くことで編集できます。

ファイルの一番下に、以下のコードを追加するだけだ:

Options -Indexes

こんな感じになるだろう:

The WordPress .htaccess file

完了したら、.htaccessファイルを保存し、FTPクライアントを使ってサーバーにアップロードしてください。

これで完了だ。これで、同じhttp://example.com/wp-includes/ URLにアクセスすると、403 Forbiddenまたは同様のメッセージが表示されます。

How to disable directory browsing in WordPress

専門家のアドバイス: WordPressサイトがハッキングされた可能性がある場合は、ハッキングされたWordPressサイトの修復に関するガイドをご覧ください。また、ハッキングされた WordPress サイトの修復サービスや、WordPress セキュリティの専門家によるサイトのクリーニングもご利用いただけます。

この投稿がWordPressでディレクトリ閲覧を無効化する方法を学ぶのにお役に立てば幸いです。究極のWordPressセキュリティガイド、またはWordPressセキュリティプラグインのエキスパートセレクションもご覧ください。

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

情報開示 私たちのコンテンツは読者支援型です。これは、あなたが私たちのリンクの一部をクリックした場合、私たちはコミッションを得ることができることを意味します。 WPBeginnerの資金源 をご覧ください。3$編集プロセスをご覧ください。

アバター

Editorial Staff at WPBeginner is a team of WordPress experts led by Syed Balkhi with over 16 years of experience in WordPress, Web Hosting, eCommerce, SEO, and Marketing. Started in 2009, WPBeginner is now the largest free WordPress resource site in the industry and is often referred to as the Wikipedia for WordPress.

究極のWordPressツールキット

ツールキットへの無料アクセス - すべてのプロフェッショナルが持つべきWordPress関連製品とリソースのコレクション!

Reader Interactions

93件のコメント返信を残す

  1. Jiří Vaněk

    Thanks for the advice. On directory browsing, or that I have it enabled, the AIO SEO plugin keeps warning me. I have currently solved the problem by making the folders have an index file that is empty. Is it possible to take this as one of the possible solutions?

    • WPBeginner Support

      You can try that method but we would still recommend the htaccess method from our guide.

      管理者

      • Jiří Vaněk

        Thanks for the advice, I finally used the Options -Indexes method now and AIO SEO already reports the problem as solved. Thanks again.

  2. Ka Khaliq

    After editing the htaccess file as per the provided guidelines, I do see 403 Forbidden message for /wp-includes/. But I’m unable to see edit any post. Upon editing a post, I see the same 403 Forbidden message. How to solve this?

  3. Dina D

    Thank you so much! Clear, concise, and easy to follow. Thank you so much!

    • WPBeginner Support

      You’re welcome!

      管理者

  4. Rabee Khan

    Thank You… precise and easy to understand!

    • WPBeginner Support

      Glad our guide was helpful!

      管理者

  5. Kimmy

    Thanks for the two-word solution! Lol. Worked perfectly!

    • WPBeginner Support

      Glad we could help! :)

      管理者

  6. Seashell

    I was shocked to see the folders accessible right in the browser.
    Thanks for your solution!

    • WPBeginner Support

      Glad we could help! :)

      管理者

  7. Deepak Kumar

    Its work like charm. Article on wpbeginners like ready to go solution. Keep it up.

  8. Ayo

    How do I now solve the 404 error that comes after?

  9. Pradip Singh

    I am in love with this website. Every day I am surprised when I read a new article from this website. Thankfully I read this article today and immediately I implemented the advice.

    • WPBeginner Support

      Glad you found our content helpful :)

      管理者

  10. Sourabh

    Will it block CDNs from accessing my website for static content?

    • WPBeginner Support

      No, it will not.

      管理者

  11. sami

    Does this method affect google crawling .. is it SEO friendly?

    • WPBeginner Support

      It should not affect search engines crawling your site.

      管理者

  12. Meera Shaikh

    Thanks its Done

    • WPBeginner Support

      You’re welcome :)

      管理者

  13. Pradeep

    Thanks my friend, I just try this and it’s work.
    You are the genius.

    • WPBeginner Support

      Glad our guide was helpful :)

      管理者

  14. mousam

    Thank you. I applied and it worked.
    You guys are the best source for learning wordpress.

    • WPBeginner Support

      You’re welcome, glad our guide was helpful :)

      管理者

  15. Kevine

    Thank you very much for this. It solved my problem.

    Thanks again.

    • WPBeginner Support

      You’re welcome, glad our guide was helpful :)

      管理者

  16. malika

    Thank you for sharing information!

    • WPBeginner Support

      You’re welcome :)

      管理者

  17. Jonthan

    So is it ok to have this code on .htaccess file even when an index.php file is present in the root folder.

    Kindly respond.

    • WPBeginner Support

      Yes :)

      管理者

  18. Teresa Cuervo

    Do you need Filezila to do this or can you go to the FTP via Cpanel and do this?
    Thank you

    • WPBeginner Support

      You can use either, not all hosts have a file manager is why we show Filezilla :)

      管理者

  19. michael

    Hello
    does this action affect pages indexing on search engines?
    and does it make some problems for indexed pages of my WordPress website?
    Thanks

    • WPBeginner Support

      No, it would not affect that negatively.

      管理者

  20. Rhen Castrodes

    Thank you. it works

    • WPBeginner Support

      Glad our recommendation was able to help you :)

      管理者

  21. John

    Thank you! It works even now in 2020.

    • WPBeginner Support

      You’re welcome :)

      管理者

  22. Shams

    Amazing post,

    Just have simple question, I added this code and it’s working, the question is Google indexes those page e.g sitecom/wp-contents/2019/2, will Google remove those pages automatically now as these are 404. Or I should remove it in Search Console?

    Thanks

    • WPBeginner Support

      This code should not make your direct links to images and files turn into 404s

      管理者

  23. Bill

    Hello!

    I recently applied this rule
    and at the same day the front page of my blog
    got vanished from google index.

    Do you see any connection?

    • WPBeginner Support

      Adding this to your htaccess should not affect your indexing, there are multiple reasons and you would want to check your Google Search Console for what it says about your home page.

      管理者

  24. Ionel G

    Thanks for all the tips that you provide!
    I am still wondering how can you hide the wp-content & wp-include folder from sources? I hate it when someone goes right click and source it can see all of my plugins :). Do you have any script for this?
    Thank you in advance!

    • WPBeginner Support

      We do not have a recommended method for that at the moment, the most common reason you can’t see those folders in dev tools is a site’s cache.

      管理者

  25. Mayur

    Could you please tell me How can i disable WordPress in sub folder like my WordPress install on [www.mydomain.com] and i want to disable wordpress in [www.mydomain.com/customscript]

  26. Rafael

    Thank you. Worked perfectly for all browsers.

  27. Dipankar

    but wp-content is showing . how to remove it as well.

  28. Deatram

    I disabled directory browsing, but still someone can see my directory when they use developer tools in chrome browser. How do I disable in that as well?

  29. Faeze

    I added the line that you said in .htaccess but it showes my directories yet .
    What should I do now??

  30. Nathan

    When I click “Save Changes” on the Permalink Settings page the .htaccess file is updated, erasing the “Options -Indexes” code that I inputted. The code works fine, but I am concerned I will unknowingly delete it while performing some other task. Are there any other dashboard settings changes that I should know about that may affect the .htaccess file and erase the code? Thanks

  31. Tôi Sống

    Awesome, it work very good!

  32. Baggio

    Huge fan of wpbeginner, Optin Monster – I got so many useful tips and tricks on WP – and I have to say, the site design is just brilliant. And of course, the content here is epicly useful.

    Thanks guys!

  33. daniel

    Hey! It doesnt seem to work. if i pull an image to another page its opened with a link of: example.com/wp-content/uploads/…
    Any idea? thanks!

    • WPBeginner Support

      Hey Daniel,

      Your images and files inside directories can still be directly accessed. However, server will not let someone directly browse a directory and see its contents.

      管理者

      • Axel Jebens

        I would appreciate if you could iterate on this. I had a hard time when trying to get a solution for this issue. There are some ideas based on a htaccess redirecting to a php file that first checks if the user is logged on. Is there any plugin which provides such a function?

  34. Khalid Mahmud

    Thank you. It’s working…….

  35. Kim

    Sorry to late ask. I want to know, are these techniques safe to use regarding SEO score ? Hope you answer !

  36. Kimmy

    Still works pretty well. Awesome, simple, and working. Thanks!

  37. Charles

    I have been writing this same code for weeks now but my directory remains visible to users. Pls what am doing wrong? Or could it be that my site is still loading from cached contents? Everybody says it is working but my own experience is different. Any help will be appreciated! Thanks in anticipation of your reply.

    • Kimmy

      What part are you having trouble on? What is your hosting provider btw?

  38. Lily

    Thank you. Worked like a charm!

  39. Prakash

    This Above Trick Is Not Working Man….

  40. Mike

    Is there a way to allow viewing a directory but just hide the Parent Directory link for a specific page? This would be a network share folder that multiple people would access, and have sub folders which would still require a parent directory listing. I just don’t want anyone going above the shared folder.

  41. Christian Nastari

    This didn’t work for me. I tried before and after #END WordPress and didn’t work. I also tried “Options All -Indexes”, but didn’t work either

  42. hrwhisper

    very helpful, thank you very much

  43. nitai

    Really great. today I just faced and thinking how can I disallow like joomla and I found the exact solution.

  44. Rob Myrick

    This was very helpful and quick – thank you

  45. Anita in SD

    Thanks so much, was dismayed to see images from my site going to a parent directory :0. This was very helpful and worked well.
    Blessings – A

  46. Heather Jacobsen

    Thanks for this tutorial. It worked great for hiding my uploads from anyone just wanting to browse that directory. One question, though. Does this by chance turn off the ability of search engines to browse my website. Sorry if it seems like a dumb question. I am a newbie, after all. :)

  47. Wasil Burki

    I added the Options -Indexes code to the htaccess file, however now I am not able to access the site I get a 503 error. Am I doing something wrong? Need help bad!! Thanks

  48. Ted

    The problem I have is that I can see the directory of this wordpress site, so if you are using this solution then it doesn’t work… (theme wpbv4)

  49. Rahul

    Thank you so much for the tutorial!

    I was very concerned when I discovered some of my theme directories could be browsed. All good now, thanks to your tutorial. I never knew .htaccess packed in so much punch.

返信を残す

コメントありがとうございます。すべてのコメントは私たちのコメントポリシーに従ってモデレートされ、あなたのメールアドレスが公開されることはありませんのでご留意ください。名前欄にキーワードを使用しないでください。個人的で有意義な会話をしましょう。