{"id":1802,"date":"2018-11-15T13:16:38","date_gmt":"2018-11-15T05:16:38","guid":{"rendered":"https:\/\/cowmanchiang.me\/wp\/?p=1802"},"modified":"2023-10-31T15:41:36","modified_gmt":"2023-10-31T07:41:36","slug":"apache-wordpress-permalink-404-issue","status":"publish","type":"post","link":"https:\/\/cowmanchiang.me\/wp\/?p=1802","title":{"rendered":"[Apache] wordpress permalink 404 issue"},"content":{"rendered":"<ol>\n<li>edit site conf (vim \/etc\/apache2\/sites-available\/pr.site.org.conf)<\/li>\n<\/ol>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"sh\" data-enlighter-title=\"\">&lt;VirtualHost pr.site.org:80&gt;       \n        ServerName pr.site.org\n        ServerAdmin webmaster@localhost\n        DocumentRoot \/var\/www\/pr.site.org\n# !-- add this section\n        &lt;Directory \/var\/www\/pr.site.org&gt;\n            Options Indexes FollowSymLinks MultiViews\n            AllowOverride All\n            Order allow,deny\n            allow from all\n        &lt;\/Directory&gt;\n# !--\n        ErrorLog ${APACHE_LOG_DIR}\/pr_error.log\n        CustomLog ${APACHE_LOG_DIR}\/pr_access.log combined\n&lt;\/VirtualHost&gt;<\/pre>\n<ol>\n<li>enable apache2 rewrite module<\/li>\n<\/ol>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"sh\" data-enlighter-title=\"\">a2enmod rewrite<\/pre>\n<ol>\n<li>restart apache2 service<\/li>\n<\/ol>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"sh\" data-enlighter-title=\"\">service apache2 restart<\/pre>\n<p>&nbsp;<\/p>\n<p>Ref.<\/p>\n<p>[1] <a href=\"https:\/\/diary.taskinghouse.com\/posts\/664222-resolved-wordpress-permalinks-404-error\/\" target=\"_blank\" rel=\"noopener noreferrer\">Victor Hung&#8217;s Diary: \u300c\u6559\u5b78\u300d\u89e3\u6c7a WordPress \u56fa\u5b9a\u7db2\u5740\u8a2d\u5b9a 404 \u932f\u8aa4<\/a><\/p>\n<p>[2]\u00a0<a href=\"https:\/\/www.digitalocean.com\/community\/questions\/wordpress-permalinks-tried-everything?answer=14183\" target=\"_blank\" rel=\"noopener noreferrer\">DigitalOcean: WordPress permalinks tried everything<\/a><\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>edit site conf (vim \/etc\/apache2\/sites-available\/pr.site.org.conf) &lt;VirtualHost pr.site.org:80&gt; ServerName pr.site.org ServerAdmin webmaster@localhost DocumentRoot \/var\/www\/pr.site.org # !&#8211; add this section &lt;Directory \/var\/www\/pr.site.org&gt; Options Indexes FollowSymLinks MultiViews AllowOverride All Order allow,deny allow from all &lt;\/Directory&gt; # !&#8211; ErrorLog ${APACHE_LOG_DIR}\/pr_error.log CustomLog ${APACHE_LOG_DIR}\/pr_access.log combined &lt;\/VirtualHost&gt; &hellip; <a href=\"https:\/\/cowmanchiang.me\/wp\/?p=1802\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[32,82,89],"tags":[],"class_list":["post-1802","post","type-post","status-publish","format-standard","hentry","category-apache","category-ubuntu","category-wordpress"],"_links":{"self":[{"href":"https:\/\/cowmanchiang.me\/wp\/index.php?rest_route=\/wp\/v2\/posts\/1802","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cowmanchiang.me\/wp\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cowmanchiang.me\/wp\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cowmanchiang.me\/wp\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cowmanchiang.me\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1802"}],"version-history":[{"count":4,"href":"https:\/\/cowmanchiang.me\/wp\/index.php?rest_route=\/wp\/v2\/posts\/1802\/revisions"}],"predecessor-version":[{"id":1846,"href":"https:\/\/cowmanchiang.me\/wp\/index.php?rest_route=\/wp\/v2\/posts\/1802\/revisions\/1846"}],"wp:attachment":[{"href":"https:\/\/cowmanchiang.me\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1802"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cowmanchiang.me\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1802"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cowmanchiang.me\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1802"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}