{"id":1090,"date":"2013-01-12T20:38:07","date_gmt":"2013-01-12T20:38:07","guid":{"rendered":"http:\/\/www.andrewhope.co.uk\/Blog\/?p=1090"},"modified":"2022-05-14T18:50:49","modified_gmt":"2022-05-14T17:50:49","slug":"resolving-wordpress-permalink-404-error","status":"publish","type":"post","link":"https:\/\/www.andrewhope.co.uk\/Blog\/resolving-wordpress-permalink-404-error\/","title":{"rendered":"How to resolve the wordpress 404 permalink error on a Windows server"},"content":{"rendered":"<p>If you want to know how to resolve a wordpress 404 permalink error here is a solution when using a Windows based webserver<\/p>\n<p>I&#8217;ve been having trouble sometime now with this and wanted to activate it to improve my SEO score aswell as my readibility of my website rather than use the generic option for wordpress<\/p>\n<p>Further information can be found here <a href=\"http:\/\/codex.wordpress.org\/Using_Permalinks#Editing_Rewrite_Rules_.28.htaccess.29\" target=\"_blank\" rel=\"noopener\"> WORDPRESS PRETTY PERMALINKS<\/a><\/p>\n<p>The method used is pretty permalinks when you activate requires 3 things<\/p>\n<ul>\n<li>Apache rewrite module to be enable<\/li>\n<li>Symlinks and Directory overrides are enabled<\/li>\n<li>Permission to the folder<\/li>\n<\/ul>\n<p>Here is the solution used. Before you carry this out I recommend creating a test blog so that if you break it, nothing is affected on your main site. Once you are sure it&#8217;s fixed implement the changes to live<\/p>\n<p><strong>STEP 1<\/strong><br \/>\nOpen up the apache conf file in a text editor (I prefer Notepad++). The standard Notepad program in Windows can&#8217;t handle large file sizes. Notepad++ also displays line numbers, so it&#8217;s great for resolving errors quickly that are generated with your config saying error on line &#8230;.<\/p>\n<p>When your apache httpd.conf is open look for the rewrite engine module. You can do this by hitting ctrl+f and then typing &#8220;rewrite_module&#8221; &#8211; this should take you to around line 118. When you find this you should see an entry with the below. You need to delete the # from the start so it reads like the following. This will allow apache to rewrite directories as a module<\/p>\n<p><a href=\"https:\/\/www.andrewhope.co.uk\/Blog\/wp-content\/uploads\/2013\/01\/rewritemod.jpg\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-1103\" src=\"https:\/\/www.andrewhope.co.uk\/Blog\/wp-content\/uploads\/2013\/01\/rewritemod.jpg\" alt=\"rewritemod\" width=\"589\" height=\"98\" srcset=\"https:\/\/www.andrewhope.co.uk\/Blog\/wp-content\/uploads\/2013\/01\/rewritemod.jpg 589w, https:\/\/www.andrewhope.co.uk\/Blog\/wp-content\/uploads\/2013\/01\/rewritemod-300x49.jpg 300w\" sizes=\"auto, (max-width: 589px) 100vw, 589px\" \/><\/a><\/p>\n<p><strong>STEP 2<\/strong><br \/>\nActivating &#8220;Symlinks&#8221; and Directory overrides (this allows apache to override .htaccess rules on specific folders if there is a .htaccess file present in this folder. Hit ctrl+f again and this time type in &#8220;AllowOverride&#8221; &#8211; the value you are looking to change is AllowOverride None, change it to All<\/p>\n<p>If you have virtual hosts they will have their own directory settings in their containers<\/p>\n<p><a href=\"https:\/\/www.andrewhope.co.uk\/Blog\/wp-content\/uploads\/2013\/01\/allowover.jpg\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-1105\" src=\"https:\/\/www.andrewhope.co.uk\/Blog\/wp-content\/uploads\/2013\/01\/allowover.jpg\" alt=\"allowover\" width=\"711\" height=\"519\" srcset=\"https:\/\/www.andrewhope.co.uk\/Blog\/wp-content\/uploads\/2013\/01\/allowover.jpg 711w, https:\/\/www.andrewhope.co.uk\/Blog\/wp-content\/uploads\/2013\/01\/allowover-300x218.jpg 300w\" sizes=\"auto, (max-width: 711px) 100vw, 711px\" \/><\/a><\/p>\n<p><strong>STEP 3<\/strong><br \/>\nTo give wordpress access to the .htaccess file to edit it on the fly for you which I definately recommend by the way. Way easier than troubleshooting yourself. You need to make sure the directory is writable. On a linux install it&#8217;s just a case of changing the folder permissions to 666. On a Windows installation this generally is already setup. Just don&#8217;t screw around with any folders and it&#8217;s just a case of putting the .htaccess in there.<\/p>\n<p>Firstly create a default .htaccess file. Open up your text editor and put in the standard rewrite code for a .htaccess file. <strong>You will need to change the directory of your Blog to whatever installation directory you have<\/strong>.<\/p>\n<p>So if your blog is installed in a directory www\/my123 the below would read<br \/>\n<code> ReWriteBase \/my123\/  ReWriteRule . \/my123\/index.php<br \/>\n<\/code><\/p>\n<p><a href=\"https:\/\/www.andrewhope.co.uk\/Blog\/wp-content\/uploads\/2013\/01\/htaccess-code.jpg\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-1114\" src=\"https:\/\/www.andrewhope.co.uk\/Blog\/wp-content\/uploads\/2013\/01\/htaccess-code.jpg\" alt=\"htaccess code\" width=\"375\" height=\"373\" srcset=\"https:\/\/www.andrewhope.co.uk\/Blog\/wp-content\/uploads\/2013\/01\/htaccess-code.jpg 375w, https:\/\/www.andrewhope.co.uk\/Blog\/wp-content\/uploads\/2013\/01\/htaccess-code-150x150.jpg 150w, https:\/\/www.andrewhope.co.uk\/Blog\/wp-content\/uploads\/2013\/01\/htaccess-code-300x298.jpg 300w\" sizes=\"auto, (max-width: 375px) 100vw, 375px\" \/><\/a><\/p>\n<p><strong>STEP 4<\/strong><br \/>\nOnce everything is done you should be go for launch. After this, just stop your apache server client and start it again (not restart, I prefer stop &gt; start) and then providing everything goes green your config should be working. Activate your desired permalink setting and then everything should be good for go with your new SEO optimised blog posts.<br \/>\n<a href=\"https:\/\/www.andrewhope.co.uk\/Blog\/wp-content\/uploads\/2013\/01\/pmerlink.jpg\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-1119\" src=\"https:\/\/www.andrewhope.co.uk\/Blog\/wp-content\/uploads\/2013\/01\/pmerlink.jpg\" alt=\"pmerlink\" width=\"760\" height=\"343\" srcset=\"https:\/\/www.andrewhope.co.uk\/Blog\/wp-content\/uploads\/2013\/01\/pmerlink.jpg 760w, https:\/\/www.andrewhope.co.uk\/Blog\/wp-content\/uploads\/2013\/01\/pmerlink-300x135.jpg 300w\" sizes=\"auto, (max-width: 760px) 100vw, 760px\" \/><\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>If you want to know how to resolve a wordpress 404 permalink error here is a solution when using a [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"wprm-recipe-roundup-name":"","wprm-recipe-roundup-description":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":"","_links_to":"","_links_to_target":""},"categories":[4],"tags":[199,201,197,47,198,200,48],"class_list":["post-1090","post","type-post","status-publish","format-standard","hentry","category-it","tag-htaccess","tag-postname","tag-197","tag-page-cannot-be-found","tag-permalinks","tag-redirect-error","tag-wordpress"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.1.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"If you want to know how to resolve a wordpress 404 permalink error here is a solution when using a Windows based webserver I&#039;ve been having trouble sometime now with this and wanted to activate it to improve my SEO score aswell as my readibility of my website rather than use the generic option for\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"admin\"\/>\n\t<meta name=\"msvalidate.01\" content=\"95C2F67592576EDF87B6C4B9774D0014\" \/>\n\t<meta name=\"keywords\" content=\".htaccess,%postname%,404,page cannot be found,permalinks,redirect error,wordpress,it\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.andrewhope.co.uk\/Blog\/resolving-wordpress-permalink-404-error\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.1.1\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.andrewhope.co.uk\\\/Blog\\\/resolving-wordpress-permalink-404-error\\\/#article\",\"name\":\"How to resolve the wordpress 404 permalink error on a Windows server | Andrew Hope\",\"headline\":\"How to resolve the wordpress 404 permalink error on a Windows server\",\"author\":{\"@id\":\"https:\\\/\\\/www.andrewhope.co.uk\\\/Blog\\\/author\\\/admin\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.andrewhope.co.uk\\\/Blog\\\/#person\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.andrewhope.co.uk\\\/Blog\\\/wp-content\\\/uploads\\\/2013\\\/01\\\/rewritemod.jpg\",\"@id\":\"https:\\\/\\\/www.andrewhope.co.uk\\\/Blog\\\/resolving-wordpress-permalink-404-error\\\/#articleImage\",\"width\":589,\"height\":98},\"datePublished\":\"2013-01-12T20:38:07+00:00\",\"dateModified\":\"2022-05-14T18:50:49+01:00\",\"inLanguage\":\"en-GB\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.andrewhope.co.uk\\\/Blog\\\/resolving-wordpress-permalink-404-error\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.andrewhope.co.uk\\\/Blog\\\/resolving-wordpress-permalink-404-error\\\/#webpage\"},\"articleSection\":\"IT, .htaccess, %postname%, 404, Page cannot be found, permalinks, redirect error, wordpress\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.andrewhope.co.uk\\\/Blog\\\/resolving-wordpress-permalink-404-error\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.andrewhope.co.uk\\\/Blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.andrewhope.co.uk\\\/Blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.andrewhope.co.uk\\\/Blog\\\/category\\\/it\\\/#listItem\",\"name\":\"IT\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.andrewhope.co.uk\\\/Blog\\\/category\\\/it\\\/#listItem\",\"position\":2,\"name\":\"IT\",\"item\":\"https:\\\/\\\/www.andrewhope.co.uk\\\/Blog\\\/category\\\/it\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.andrewhope.co.uk\\\/Blog\\\/resolving-wordpress-permalink-404-error\\\/#listItem\",\"name\":\"How to resolve the wordpress 404 permalink error on a Windows server\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.andrewhope.co.uk\\\/Blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.andrewhope.co.uk\\\/Blog\\\/resolving-wordpress-permalink-404-error\\\/#listItem\",\"position\":3,\"name\":\"How to resolve the wordpress 404 permalink error on a Windows server\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.andrewhope.co.uk\\\/Blog\\\/category\\\/it\\\/#listItem\",\"name\":\"IT\"}}]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.andrewhope.co.uk\\\/Blog\\\/#person\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.andrewhope.co.uk\\\/Blog\\\/author\\\/admin\\\/#author\",\"url\":\"https:\\\/\\\/www.andrewhope.co.uk\\\/Blog\\\/author\\\/admin\\\/\",\"name\":\"admin\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.andrewhope.co.uk\\\/Blog\\\/resolving-wordpress-permalink-404-error\\\/#webpage\",\"url\":\"https:\\\/\\\/www.andrewhope.co.uk\\\/Blog\\\/resolving-wordpress-permalink-404-error\\\/\",\"name\":\"How to resolve the wordpress 404 permalink error on a Windows server | Andrew Hope\",\"description\":\"If you want to know how to resolve a wordpress 404 permalink error here is a solution when using a Windows based webserver I've been having trouble sometime now with this and wanted to activate it to improve my SEO score aswell as my readibility of my website rather than use the generic option for\",\"inLanguage\":\"en-GB\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.andrewhope.co.uk\\\/Blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.andrewhope.co.uk\\\/Blog\\\/resolving-wordpress-permalink-404-error\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.andrewhope.co.uk\\\/Blog\\\/author\\\/admin\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.andrewhope.co.uk\\\/Blog\\\/author\\\/admin\\\/#author\"},\"datePublished\":\"2013-01-12T20:38:07+00:00\",\"dateModified\":\"2022-05-14T18:50:49+01:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.andrewhope.co.uk\\\/Blog\\\/#website\",\"url\":\"https:\\\/\\\/www.andrewhope.co.uk\\\/Blog\\\/\",\"name\":\"Andrew Hope\",\"description\":\"DIY, Gaming, Automotive Chat and Invention\",\"inLanguage\":\"en-GB\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.andrewhope.co.uk\\\/Blog\\\/#person\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"How to resolve the wordpress 404 permalink error on a Windows server | Andrew Hope","description":"If you want to know how to resolve a wordpress 404 permalink error here is a solution when using a Windows based webserver I've been having trouble sometime now with this and wanted to activate it to improve my SEO score aswell as my readibility of my website rather than use the generic option for","canonical_url":"https:\/\/www.andrewhope.co.uk\/Blog\/resolving-wordpress-permalink-404-error\/","robots":"max-image-preview:large","keywords":".htaccess,%postname%,404,page cannot be found,permalinks,redirect error,wordpress,it","webmasterTools":{"msvalidate.01":"95C2F67592576EDF87B6C4B9774D0014","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.andrewhope.co.uk\/Blog\/resolving-wordpress-permalink-404-error\/#article","name":"How to resolve the wordpress 404 permalink error on a Windows server | Andrew Hope","headline":"How to resolve the wordpress 404 permalink error on a Windows server","author":{"@id":"https:\/\/www.andrewhope.co.uk\/Blog\/author\/admin\/#author"},"publisher":{"@id":"https:\/\/www.andrewhope.co.uk\/Blog\/#person"},"image":{"@type":"ImageObject","url":"https:\/\/www.andrewhope.co.uk\/Blog\/wp-content\/uploads\/2013\/01\/rewritemod.jpg","@id":"https:\/\/www.andrewhope.co.uk\/Blog\/resolving-wordpress-permalink-404-error\/#articleImage","width":589,"height":98},"datePublished":"2013-01-12T20:38:07+00:00","dateModified":"2022-05-14T18:50:49+01:00","inLanguage":"en-GB","mainEntityOfPage":{"@id":"https:\/\/www.andrewhope.co.uk\/Blog\/resolving-wordpress-permalink-404-error\/#webpage"},"isPartOf":{"@id":"https:\/\/www.andrewhope.co.uk\/Blog\/resolving-wordpress-permalink-404-error\/#webpage"},"articleSection":"IT, .htaccess, %postname%, 404, Page cannot be found, permalinks, redirect error, wordpress"},{"@type":"BreadcrumbList","@id":"https:\/\/www.andrewhope.co.uk\/Blog\/resolving-wordpress-permalink-404-error\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.andrewhope.co.uk\/Blog#listItem","position":1,"name":"Home","item":"https:\/\/www.andrewhope.co.uk\/Blog","nextItem":{"@type":"ListItem","@id":"https:\/\/www.andrewhope.co.uk\/Blog\/category\/it\/#listItem","name":"IT"}},{"@type":"ListItem","@id":"https:\/\/www.andrewhope.co.uk\/Blog\/category\/it\/#listItem","position":2,"name":"IT","item":"https:\/\/www.andrewhope.co.uk\/Blog\/category\/it\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.andrewhope.co.uk\/Blog\/resolving-wordpress-permalink-404-error\/#listItem","name":"How to resolve the wordpress 404 permalink error on a Windows server"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.andrewhope.co.uk\/Blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.andrewhope.co.uk\/Blog\/resolving-wordpress-permalink-404-error\/#listItem","position":3,"name":"How to resolve the wordpress 404 permalink error on a Windows server","previousItem":{"@type":"ListItem","@id":"https:\/\/www.andrewhope.co.uk\/Blog\/category\/it\/#listItem","name":"IT"}}]},{"@type":"Person","@id":"https:\/\/www.andrewhope.co.uk\/Blog\/#person"},{"@type":"Person","@id":"https:\/\/www.andrewhope.co.uk\/Blog\/author\/admin\/#author","url":"https:\/\/www.andrewhope.co.uk\/Blog\/author\/admin\/","name":"admin"},{"@type":"WebPage","@id":"https:\/\/www.andrewhope.co.uk\/Blog\/resolving-wordpress-permalink-404-error\/#webpage","url":"https:\/\/www.andrewhope.co.uk\/Blog\/resolving-wordpress-permalink-404-error\/","name":"How to resolve the wordpress 404 permalink error on a Windows server | Andrew Hope","description":"If you want to know how to resolve a wordpress 404 permalink error here is a solution when using a Windows based webserver I've been having trouble sometime now with this and wanted to activate it to improve my SEO score aswell as my readibility of my website rather than use the generic option for","inLanguage":"en-GB","isPartOf":{"@id":"https:\/\/www.andrewhope.co.uk\/Blog\/#website"},"breadcrumb":{"@id":"https:\/\/www.andrewhope.co.uk\/Blog\/resolving-wordpress-permalink-404-error\/#breadcrumblist"},"author":{"@id":"https:\/\/www.andrewhope.co.uk\/Blog\/author\/admin\/#author"},"creator":{"@id":"https:\/\/www.andrewhope.co.uk\/Blog\/author\/admin\/#author"},"datePublished":"2013-01-12T20:38:07+00:00","dateModified":"2022-05-14T18:50:49+01:00"},{"@type":"WebSite","@id":"https:\/\/www.andrewhope.co.uk\/Blog\/#website","url":"https:\/\/www.andrewhope.co.uk\/Blog\/","name":"Andrew Hope","description":"DIY, Gaming, Automotive Chat and Invention","inLanguage":"en-GB","publisher":{"@id":"https:\/\/www.andrewhope.co.uk\/Blog\/#person"}}]}},"aioseo_meta_data":{"post_id":"1090","title":null,"description":null,"keywords":[],"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":[],"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[],"defaultGraph":"Article","defaultPostTypeGraph":""},"schema_type":"default","schema_type_options":"{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"}}","pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2020-12-21 13:50:36","updated":"2025-06-04 20:32:02","seo_analyzer_scan_date":null,"focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.andrewhope.co.uk\/Blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.andrewhope.co.uk\/Blog\/category\/it\/\" title=\"IT\">IT<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tHow to resolve the wordpress 404 permalink error on a Windows server\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.andrewhope.co.uk\/Blog"},{"label":"IT","link":"https:\/\/www.andrewhope.co.uk\/Blog\/category\/it\/"},{"label":"How to resolve the wordpress 404 permalink error on a Windows server","link":"https:\/\/www.andrewhope.co.uk\/Blog\/resolving-wordpress-permalink-404-error\/"}],"views":374,"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/www.andrewhope.co.uk\/Blog\/wp-json\/wp\/v2\/posts\/1090","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.andrewhope.co.uk\/Blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.andrewhope.co.uk\/Blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.andrewhope.co.uk\/Blog\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.andrewhope.co.uk\/Blog\/wp-json\/wp\/v2\/comments?post=1090"}],"version-history":[{"count":0,"href":"https:\/\/www.andrewhope.co.uk\/Blog\/wp-json\/wp\/v2\/posts\/1090\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.andrewhope.co.uk\/Blog\/wp-json\/wp\/v2\/media?parent=1090"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.andrewhope.co.uk\/Blog\/wp-json\/wp\/v2\/categories?post=1090"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.andrewhope.co.uk\/Blog\/wp-json\/wp\/v2\/tags?post=1090"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}