{"id":1541,"date":"2010-04-16T12:00:24","date_gmt":"2010-04-16T17:00:24","guid":{"rendered":"http:\/\/jianmingli.com\/wp\/?p=1541"},"modified":"2011-08-04T12:22:42","modified_gmt":"2011-08-04T17:22:42","slug":"apache-directory-index-forbidden-by-options-directive","status":"publish","type":"post","link":"https:\/\/jianmingli.com\/wp\/?p=1541","title":{"rendered":"Apache: Directory index forbidden by Options directive"},"content":{"rendered":"<p>If you see &#8216;Directory index forbidden by Options directive: <some directory>&#8216; error in Apache error_log file, it&#8217;s most likely that you do not have the default &#8216;index.html&#8217; page on the directory you are trying to access. To fix this, either enter the page name you want to access (such as http:\/\/myhost\/somedir\/index.php) or add that page name to the DirectoryIndex directive in Apache &#8216;httpd.conf&#8217; file.<\/p>\n<pre lang=\"xml\">\r\n#\r\n# DirectoryIndex: sets the file that Apache will serve if a directory\r\n# is requested.\r\n#\r\n<IfModule dir_module>\r\n    DirectoryIndex index.html index.php\r\n<\/IfModule>\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>If you see &#8216;Directory index forbidden by Options directive: &#8216; error in Apache error_log file, it&#8217;s most likely that you do not have the default &#8216;index.html&#8217; page on the directory you are trying to access. To fix this, either enter &hellip; <a href=\"https:\/\/jianmingli.com\/wp\/?p=1541\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0,"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[21],"tags":[],"class_list":["post-1541","post","type-post","status-publish","format-standard","hentry","category-apache"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p8cRUO-oR","_links":{"self":[{"href":"https:\/\/jianmingli.com\/wp\/index.php?rest_route=\/wp\/v2\/posts\/1541","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jianmingli.com\/wp\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/jianmingli.com\/wp\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/jianmingli.com\/wp\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/jianmingli.com\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1541"}],"version-history":[{"count":2,"href":"https:\/\/jianmingli.com\/wp\/index.php?rest_route=\/wp\/v2\/posts\/1541\/revisions"}],"predecessor-version":[{"id":2921,"href":"https:\/\/jianmingli.com\/wp\/index.php?rest_route=\/wp\/v2\/posts\/1541\/revisions\/2921"}],"wp:attachment":[{"href":"https:\/\/jianmingli.com\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1541"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/jianmingli.com\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1541"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/jianmingli.com\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1541"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}