選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

1234567891011121314
  1. # line below if for Apache 2.4
  2. <ifModule mod_authz_core.c>
  3. Require all denied
  4. </ifModule>
  5. # line below if for Apache 2.2
  6. <ifModule !mod_authz_core.c>
  7. deny from all
  8. </ifModule>
  9. # section for Apache 2.2 and 2.4
  10. <ifModule mod_autoindex.c>
  11. IndexIgnore *
  12. </ifModule>