{"id":13,"date":"2010-10-19T10:42:52","date_gmt":"2010-10-19T08:42:52","guid":{"rendered":"http:\/\/lamiroy.com\/blog\/?p=13"},"modified":"2010-10-19T10:44:38","modified_gmt":"2010-10-19T08:44:38","slug":"apache-mod_rewrite-doesnt-seem-to-work-in-windows","status":"publish","type":"post","link":"https:\/\/www.lamiroy.com\/blog\/apache-mod_rewrite-doesnt-seem-to-work-in-windows\/","title":{"rendered":"Apache mod_rewrite doesn&#8217;t seem to work in Windows"},"content":{"rendered":"<p>I had this strange phenomenon that mod_rewrite instructions in the  .htaccess file worked online on my ISPs server, but not on my local  Windows machine that also has an Apache server running on it.<\/p>\n<p>I kept getting 404 errors: page not found.<\/p>\n<p>Which is a bit annoying: I&#8217;ve got drupal, joomla and other software  running on my local server, but none of them could use &#8216;clean URLs,&#8217;  which is what I want to use.<\/p>\n<p>It turns out that the default configuration of Apache on windows is to NOT allow .htaccess to be used.<\/p>\n<p>So the problem wasn&#8217;t that the mod_rewrite didn&#8217;t work. The real problem was that the .htaccess file was just ignored.<\/p>\n<p>The best solution for that is to modify your httpd.conf file. (Stop  the Apache service before you modify it. Start it again when completed).<\/p>\n<p>If you&#8217;ve installed, e.g, drupal in a directory &#8220;c:\\websites\\drupal&#8221; and  you want to use mod_rewrite for clean URLs, then you&#8217;d have to add the  following lines to the httpd.conf file:<\/p>\n<p>&lt;Directory &#8220;C:\/websites\/drupal\/&#8221;&gt;<br \/>\nAllowOverride All<br \/>\nOrder allow,deny<br \/>\nAllow from all<br \/>\n&lt;\/Directory&gt;<\/p>\n<p>You have to do this for each directory \/ folder you want to use .htaccess in.<\/p>\n<p>The &#8211; far less secure- alternative is to change the default settings of your Apache and by default allow .htaccess to be used.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>I had this strange phenomenon that mod_rewrite instructions in the .htaccess file worked online on my ISPs server, but not on my local Windows machine that also has an Apache server running on it. I kept getting 404 errors: page not found. Which is a bit annoying: I&#8217;ve got drupal, joomla and other software running &hellip; <a href=\"https:\/\/www.lamiroy.com\/blog\/apache-mod_rewrite-doesnt-seem-to-work-in-windows\/\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">Apache mod_rewrite doesn&#8217;t seem to work in Windows<\/span> <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[3],"tags":[6,7,8],"class_list":["post-13","post","type-post","status-publish","format-standard","hentry","category-troubleshooting","tag-apache","tag-htaccess","tag-mod_rewrite"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.9 - aioseo.com -->\n\t<meta name=\"description\" content=\"I had this strange phenomenon that mod_rewrite instructions in the .htaccess file worked online on my ISPs server, but not on my local Windows machine that also has an Apache server running on it. I kept getting 404 errors: page not found. Which is a bit annoying: I&#039;ve got drupal, joomla and other software running\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Manuel Lamiroy\"\/>\n\t<meta name=\"google-site-verification\" content=\"1RQBXyvz1dMnKTkmRAaM8yF17CyuhxGmHHPs8RE63ac=\" \/>\n\t<meta name=\"msvalidate.01\" content=\"328286D7C487C25AA4E9FF9C33D7B62B\" \/>\n\t<meta name=\"keywords\" content=\"apache,htaccess,mod_rewrite\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.lamiroy.com\/blog\/apache-mod_rewrite-doesnt-seem-to-work-in-windows\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.9\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_GB\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Lamiroy Consulting Blog\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Apache mod_rewrite doesn\u2019t seem to work in Windows | Lamiroy Consulting Blog\" \/>\n\t\t<meta property=\"og:description\" content=\"I had this strange phenomenon that mod_rewrite instructions in the .htaccess file worked online on my ISPs server, but not on my local Windows machine that also has an Apache server running on it. I kept getting 404 errors: page not found. Which is a bit annoying: I&#039;ve got drupal, joomla and other software running\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.lamiroy.com\/blog\/apache-mod_rewrite-doesnt-seem-to-work-in-windows\/\" \/>\n\t\t<meta property=\"fb:app_id\" content=\"407495179966909\" \/>\n\t\t<meta property=\"fb:admins\" content=\"mlamiroy\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/www.lamiroy.com\/blog\/wp-content\/uploads\/2026\/02\/pasfoto-2015-150x200-1.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/www.lamiroy.com\/blog\/wp-content\/uploads\/2026\/02\/pasfoto-2015-150x200-1.png\" \/>\n\t\t<meta property=\"article:tag\" content=\"apache\" \/>\n\t\t<meta property=\"article:tag\" content=\"htaccess\" \/>\n\t\t<meta property=\"article:tag\" content=\"mod_rewrite\" \/>\n\t\t<meta property=\"article:tag\" content=\"troubleshooting\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2010-10-19T08:42:52+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2010-10-19T08:44:38+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/LamiroyConsulting\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@mlamiroy\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Apache mod_rewrite doesn\u2019t seem to work in Windows | Lamiroy Consulting Blog\" \/>\n\t\t<meta name=\"twitter:description\" content=\"I had this strange phenomenon that mod_rewrite instructions in the .htaccess file worked online on my ISPs server, but not on my local Windows machine that also has an Apache server running on it. I kept getting 404 errors: page not found. Which is a bit annoying: I&#039;ve got drupal, joomla and other software running\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/www.lamiroy.com\/blog\/wp-content\/uploads\/2026\/02\/pasfoto-2015-150x200-1.png\" \/>\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.lamiroy.com\\\/blog\\\/apache-mod_rewrite-doesnt-seem-to-work-in-windows\\\/#article\",\"name\":\"Apache mod_rewrite doesn\\u2019t seem to work in Windows | Lamiroy Consulting Blog\",\"headline\":\"Apache mod_rewrite doesn&#8217;t seem to work in Windows\",\"author\":{\"@id\":\"https:\\\/\\\/www.lamiroy.com\\\/blog\\\/author\\\/admin\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.lamiroy.com\\\/blog\\\/#person\"},\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.lamiroy.com\\\/blog\\\/apache-mod_rewrite-doesnt-seem-to-work-in-windows\\\/#articleImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d4d6d53d2147adb8f19a6b6a728585b2c645bbdf47615275d7fda7af28c753ef?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Manuel Lamiroy\"},\"datePublished\":\"2010-10-19T10:42:52+02:00\",\"dateModified\":\"2010-10-19T10:44:38+02:00\",\"inLanguage\":\"en-GB\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.lamiroy.com\\\/blog\\\/apache-mod_rewrite-doesnt-seem-to-work-in-windows\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.lamiroy.com\\\/blog\\\/apache-mod_rewrite-doesnt-seem-to-work-in-windows\\\/#webpage\"},\"articleSection\":\"troubleshooting, apache, htaccess, mod_rewrite\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.lamiroy.com\\\/blog\\\/apache-mod_rewrite-doesnt-seem-to-work-in-windows\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.lamiroy.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.lamiroy.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.lamiroy.com\\\/blog\\\/category\\\/troubleshooting\\\/#listItem\",\"name\":\"troubleshooting\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.lamiroy.com\\\/blog\\\/category\\\/troubleshooting\\\/#listItem\",\"position\":2,\"name\":\"troubleshooting\",\"item\":\"https:\\\/\\\/www.lamiroy.com\\\/blog\\\/category\\\/troubleshooting\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.lamiroy.com\\\/blog\\\/apache-mod_rewrite-doesnt-seem-to-work-in-windows\\\/#listItem\",\"name\":\"Apache mod_rewrite doesn&#8217;t seem to work in Windows\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.lamiroy.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.lamiroy.com\\\/blog\\\/apache-mod_rewrite-doesnt-seem-to-work-in-windows\\\/#listItem\",\"position\":3,\"name\":\"Apache mod_rewrite doesn&#8217;t seem to work in Windows\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.lamiroy.com\\\/blog\\\/category\\\/troubleshooting\\\/#listItem\",\"name\":\"troubleshooting\"}}]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.lamiroy.com\\\/blog\\\/#person\",\"name\":\"Manuel Lamiroy\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.lamiroy.com\\\/blog\\\/apache-mod_rewrite-doesnt-seem-to-work-in-windows\\\/#personImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d4d6d53d2147adb8f19a6b6a728585b2c645bbdf47615275d7fda7af28c753ef?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Manuel Lamiroy\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.lamiroy.com\\\/blog\\\/author\\\/admin\\\/#author\",\"url\":\"https:\\\/\\\/www.lamiroy.com\\\/blog\\\/author\\\/admin\\\/\",\"name\":\"Manuel Lamiroy\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.lamiroy.com\\\/blog\\\/apache-mod_rewrite-doesnt-seem-to-work-in-windows\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d4d6d53d2147adb8f19a6b6a728585b2c645bbdf47615275d7fda7af28c753ef?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Manuel Lamiroy\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.lamiroy.com\\\/blog\\\/apache-mod_rewrite-doesnt-seem-to-work-in-windows\\\/#webpage\",\"url\":\"https:\\\/\\\/www.lamiroy.com\\\/blog\\\/apache-mod_rewrite-doesnt-seem-to-work-in-windows\\\/\",\"name\":\"Apache mod_rewrite doesn\\u2019t seem to work in Windows | Lamiroy Consulting Blog\",\"description\":\"I had this strange phenomenon that mod_rewrite instructions in the .htaccess file worked online on my ISPs server, but not on my local Windows machine that also has an Apache server running on it. I kept getting 404 errors: page not found. Which is a bit annoying: I've got drupal, joomla and other software running\",\"inLanguage\":\"en-GB\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.lamiroy.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.lamiroy.com\\\/blog\\\/apache-mod_rewrite-doesnt-seem-to-work-in-windows\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.lamiroy.com\\\/blog\\\/author\\\/admin\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.lamiroy.com\\\/blog\\\/author\\\/admin\\\/#author\"},\"datePublished\":\"2010-10-19T10:42:52+02:00\",\"dateModified\":\"2010-10-19T10:44:38+02:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.lamiroy.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.lamiroy.com\\\/blog\\\/\",\"name\":\"Lamiroy Consulting Blog\",\"description\":\"Insights on Legal IT, CMS and KMW\",\"inLanguage\":\"en-GB\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.lamiroy.com\\\/blog\\\/#person\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Apache mod_rewrite doesn\u2019t seem to work in Windows | Lamiroy Consulting Blog","description":"I had this strange phenomenon that mod_rewrite instructions in the .htaccess file worked online on my ISPs server, but not on my local Windows machine that also has an Apache server running on it. I kept getting 404 errors: page not found. Which is a bit annoying: I've got drupal, joomla and other software running","canonical_url":"https:\/\/www.lamiroy.com\/blog\/apache-mod_rewrite-doesnt-seem-to-work-in-windows\/","robots":"max-image-preview:large","keywords":"apache,htaccess,mod_rewrite","webmasterTools":{"google-site-verification":"1RQBXyvz1dMnKTkmRAaM8yF17CyuhxGmHHPs8RE63ac=","msvalidate.01":"328286D7C487C25AA4E9FF9C33D7B62B","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.lamiroy.com\/blog\/apache-mod_rewrite-doesnt-seem-to-work-in-windows\/#article","name":"Apache mod_rewrite doesn\u2019t seem to work in Windows | Lamiroy Consulting Blog","headline":"Apache mod_rewrite doesn&#8217;t seem to work in Windows","author":{"@id":"https:\/\/www.lamiroy.com\/blog\/author\/admin\/#author"},"publisher":{"@id":"https:\/\/www.lamiroy.com\/blog\/#person"},"image":{"@type":"ImageObject","@id":"https:\/\/www.lamiroy.com\/blog\/apache-mod_rewrite-doesnt-seem-to-work-in-windows\/#articleImage","url":"https:\/\/secure.gravatar.com\/avatar\/d4d6d53d2147adb8f19a6b6a728585b2c645bbdf47615275d7fda7af28c753ef?s=96&d=mm&r=g","width":96,"height":96,"caption":"Manuel Lamiroy"},"datePublished":"2010-10-19T10:42:52+02:00","dateModified":"2010-10-19T10:44:38+02:00","inLanguage":"en-GB","mainEntityOfPage":{"@id":"https:\/\/www.lamiroy.com\/blog\/apache-mod_rewrite-doesnt-seem-to-work-in-windows\/#webpage"},"isPartOf":{"@id":"https:\/\/www.lamiroy.com\/blog\/apache-mod_rewrite-doesnt-seem-to-work-in-windows\/#webpage"},"articleSection":"troubleshooting, apache, htaccess, mod_rewrite"},{"@type":"BreadcrumbList","@id":"https:\/\/www.lamiroy.com\/blog\/apache-mod_rewrite-doesnt-seem-to-work-in-windows\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.lamiroy.com\/blog#listItem","position":1,"name":"Home","item":"https:\/\/www.lamiroy.com\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/www.lamiroy.com\/blog\/category\/troubleshooting\/#listItem","name":"troubleshooting"}},{"@type":"ListItem","@id":"https:\/\/www.lamiroy.com\/blog\/category\/troubleshooting\/#listItem","position":2,"name":"troubleshooting","item":"https:\/\/www.lamiroy.com\/blog\/category\/troubleshooting\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.lamiroy.com\/blog\/apache-mod_rewrite-doesnt-seem-to-work-in-windows\/#listItem","name":"Apache mod_rewrite doesn&#8217;t seem to work in Windows"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.lamiroy.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.lamiroy.com\/blog\/apache-mod_rewrite-doesnt-seem-to-work-in-windows\/#listItem","position":3,"name":"Apache mod_rewrite doesn&#8217;t seem to work in Windows","previousItem":{"@type":"ListItem","@id":"https:\/\/www.lamiroy.com\/blog\/category\/troubleshooting\/#listItem","name":"troubleshooting"}}]},{"@type":"Person","@id":"https:\/\/www.lamiroy.com\/blog\/#person","name":"Manuel Lamiroy","image":{"@type":"ImageObject","@id":"https:\/\/www.lamiroy.com\/blog\/apache-mod_rewrite-doesnt-seem-to-work-in-windows\/#personImage","url":"https:\/\/secure.gravatar.com\/avatar\/d4d6d53d2147adb8f19a6b6a728585b2c645bbdf47615275d7fda7af28c753ef?s=96&d=mm&r=g","width":96,"height":96,"caption":"Manuel Lamiroy"}},{"@type":"Person","@id":"https:\/\/www.lamiroy.com\/blog\/author\/admin\/#author","url":"https:\/\/www.lamiroy.com\/blog\/author\/admin\/","name":"Manuel Lamiroy","image":{"@type":"ImageObject","@id":"https:\/\/www.lamiroy.com\/blog\/apache-mod_rewrite-doesnt-seem-to-work-in-windows\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/d4d6d53d2147adb8f19a6b6a728585b2c645bbdf47615275d7fda7af28c753ef?s=96&d=mm&r=g","width":96,"height":96,"caption":"Manuel Lamiroy"}},{"@type":"WebPage","@id":"https:\/\/www.lamiroy.com\/blog\/apache-mod_rewrite-doesnt-seem-to-work-in-windows\/#webpage","url":"https:\/\/www.lamiroy.com\/blog\/apache-mod_rewrite-doesnt-seem-to-work-in-windows\/","name":"Apache mod_rewrite doesn\u2019t seem to work in Windows | Lamiroy Consulting Blog","description":"I had this strange phenomenon that mod_rewrite instructions in the .htaccess file worked online on my ISPs server, but not on my local Windows machine that also has an Apache server running on it. I kept getting 404 errors: page not found. Which is a bit annoying: I've got drupal, joomla and other software running","inLanguage":"en-GB","isPartOf":{"@id":"https:\/\/www.lamiroy.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/www.lamiroy.com\/blog\/apache-mod_rewrite-doesnt-seem-to-work-in-windows\/#breadcrumblist"},"author":{"@id":"https:\/\/www.lamiroy.com\/blog\/author\/admin\/#author"},"creator":{"@id":"https:\/\/www.lamiroy.com\/blog\/author\/admin\/#author"},"datePublished":"2010-10-19T10:42:52+02:00","dateModified":"2010-10-19T10:44:38+02:00"},{"@type":"WebSite","@id":"https:\/\/www.lamiroy.com\/blog\/#website","url":"https:\/\/www.lamiroy.com\/blog\/","name":"Lamiroy Consulting Blog","description":"Insights on Legal IT, CMS and KMW","inLanguage":"en-GB","publisher":{"@id":"https:\/\/www.lamiroy.com\/blog\/#person"}}]},"og:locale":"en_GB","og:site_name":"Lamiroy Consulting Blog","og:type":"article","og:title":"Apache mod_rewrite doesn\u2019t seem to work in Windows | Lamiroy Consulting Blog","og:description":"I had this strange phenomenon that mod_rewrite instructions in the .htaccess file worked online on my ISPs server, but not on my local Windows machine that also has an Apache server running on it. I kept getting 404 errors: page not found. Which is a bit annoying: I've got drupal, joomla and other software running","og:url":"https:\/\/www.lamiroy.com\/blog\/apache-mod_rewrite-doesnt-seem-to-work-in-windows\/","fb:app_id":"407495179966909","fb:admins":"mlamiroy","og:image":"https:\/\/www.lamiroy.com\/blog\/wp-content\/uploads\/2026\/02\/pasfoto-2015-150x200-1.png","og:image:secure_url":"https:\/\/www.lamiroy.com\/blog\/wp-content\/uploads\/2026\/02\/pasfoto-2015-150x200-1.png","article:tag":["apache","htaccess","mod_rewrite","troubleshooting"],"article:published_time":"2010-10-19T08:42:52+00:00","article:modified_time":"2010-10-19T08:44:38+00:00","article:publisher":"https:\/\/www.facebook.com\/LamiroyConsulting","twitter:card":"summary","twitter:site":"@mlamiroy","twitter:title":"Apache mod_rewrite doesn\u2019t seem to work in Windows | Lamiroy Consulting Blog","twitter:description":"I had this strange phenomenon that mod_rewrite instructions in the .htaccess file worked online on my ISPs server, but not on my local Windows machine that also has an Apache server running on it. I kept getting 404 errors: page not found. Which is a bit annoying: I've got drupal, joomla and other software running","twitter:image":"https:\/\/www.lamiroy.com\/blog\/wp-content\/uploads\/2026\/02\/pasfoto-2015-150x200-1.png"},"aioseo_meta_data":{"post_id":"13","title":null,"description":null,"keywords":null,"keyphrases":null,"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":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"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":"","defaultPostTypeGraph":""},"schema_type":null,"schema_type_options":null,"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":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"location":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2020-12-23 02:51:34","updated":"2025-06-04 04:04:31","seo_analyzer_scan_date":null},"_links":{"self":[{"href":"https:\/\/www.lamiroy.com\/blog\/wp-json\/wp\/v2\/posts\/13","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.lamiroy.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.lamiroy.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.lamiroy.com\/blog\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.lamiroy.com\/blog\/wp-json\/wp\/v2\/comments?post=13"}],"version-history":[{"count":3,"href":"https:\/\/www.lamiroy.com\/blog\/wp-json\/wp\/v2\/posts\/13\/revisions"}],"predecessor-version":[{"id":15,"href":"https:\/\/www.lamiroy.com\/blog\/wp-json\/wp\/v2\/posts\/13\/revisions\/15"}],"wp:attachment":[{"href":"https:\/\/www.lamiroy.com\/blog\/wp-json\/wp\/v2\/media?parent=13"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.lamiroy.com\/blog\/wp-json\/wp\/v2\/categories?post=13"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.lamiroy.com\/blog\/wp-json\/wp\/v2\/tags?post=13"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}