{"id":115,"date":"2023-01-15T02:25:22","date_gmt":"2023-01-15T02:25:22","guid":{"rendered":"https:\/\/multiplecloud.com\/help\/?p=115"},"modified":"2023-01-16T14:18:55","modified_gmt":"2023-01-16T14:18:55","slug":"blog-post-got-404-not-found","status":"publish","type":"post","link":"https:\/\/multiplecloud.com\/documentation\/blog-post-got-404-not-found\/","title":{"rendered":"Blog post got 404 not found"},"content":{"rendered":"\n<p>If you can access your WordPress site but got 404 not found error on blog post or category page or tag page etc. It typically because your .htaccess file content is not be in-place and so your URL cannot rewrite to the chosen permalink. Here below is the default .htaccess content of every WordPress Blog<\/p>\n\n\n\n<pre class=\"wp-block-code has-contrast-color has-tertiary-background-color has-text-color has-background\" style=\"border-radius:10px\"><code># BEGIN WordPress\n\nRewriteEngine On\nRewriteRule .* - &#91;E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]\nRewriteBase \/\nRewriteRule ^index\\.php$ - &#91;L]\nRewriteCond %{REQUEST_FILENAME} !-f\nRewriteCond %{REQUEST_FILENAME} !-d\nRewriteRule . \/index.php &#91;L]\n\n# END WordPress<\/code><\/pre>\n\n\n\n<p>To fix this issue, just login to your WordPress blog  and go to Settings &gt; Permalinks and click on &#8220;Save Changes&#8221; button<\/p>\n\n\n\n<figure class=\"wp-block-image size-full has-custom-border\"><img loading=\"lazy\" decoding=\"async\" width=\"766\" height=\"736\" src=\"https:\/\/multiplecloud.com\/help\/wp-content\/uploads\/2023\/01\/Screenshot-2023-01-15-092137.png\" alt=\"\" class=\"has-border-color has-cyan-bluish-gray-border-color wp-image-127\" style=\"border-width:1px;border-radius:10px\" srcset=\"https:\/\/multiplecloud.com\/documentation\/wp-content\/uploads\/2023\/01\/Screenshot-2023-01-15-092137.png 766w, https:\/\/multiplecloud.com\/documentation\/wp-content\/uploads\/2023\/01\/Screenshot-2023-01-15-092137-300x288.png 300w, https:\/\/multiplecloud.com\/documentation\/wp-content\/uploads\/2023\/01\/Screenshot-2023-01-15-092137-12x12.png 12w\" sizes=\"auto, (max-width: 766px) 100vw, 766px\" \/><\/figure>\n\n\n\n<p>After click &#8220;Save Changes&#8221;, .htaccess file will be generated automatically and you can test by open your blog post URL again.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>If you can access your WordPress site but got 404 not found error on blog post or category page or tag page etc. It typically because your .htaccess file content is not be in-place and so your URL cannot rewrite to the chosen permalink. Here below is the default .htaccess content of every WordPress Blog [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[30],"tags":[40,39,31,41],"class_list":["post-115","post","type-post","status-publish","format-standard","hentry","category-website","tag-40","tag-wordpress","tag-wordpress-error","tag-wordpress-problem"],"_links":{"self":[{"href":"https:\/\/multiplecloud.com\/documentation\/wp-json\/wp\/v2\/posts\/115","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/multiplecloud.com\/documentation\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/multiplecloud.com\/documentation\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/multiplecloud.com\/documentation\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/multiplecloud.com\/documentation\/wp-json\/wp\/v2\/comments?post=115"}],"version-history":[{"count":5,"href":"https:\/\/multiplecloud.com\/documentation\/wp-json\/wp\/v2\/posts\/115\/revisions"}],"predecessor-version":[{"id":210,"href":"https:\/\/multiplecloud.com\/documentation\/wp-json\/wp\/v2\/posts\/115\/revisions\/210"}],"wp:attachment":[{"href":"https:\/\/multiplecloud.com\/documentation\/wp-json\/wp\/v2\/media?parent=115"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/multiplecloud.com\/documentation\/wp-json\/wp\/v2\/categories?post=115"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/multiplecloud.com\/documentation\/wp-json\/wp\/v2\/tags?post=115"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}