{"id":12,"date":"2007-10-02T14:58:45","date_gmt":"2007-10-02T07:58:45","guid":{"rendered":"http:\/\/blog.whplus.com\/2007\/09\/28\/how-do-i-protect-joomla-site-using-htaccess-and-mod_rewrite.html"},"modified":"2008-03-10T09:52:04","modified_gmt":"2008-03-10T02:52:04","slug":"how-do-i-protect-joomla-site-using-htaccess-and-mod_rewrite","status":"publish","type":"post","link":"https:\/\/www.whplus.com\/blog\/2007\/10\/02\/how-do-i-protect-joomla-site-using-htaccess-and-mod_rewrite.html","title":{"rendered":"How do I protect joomla site using .htaccess and mod_rewrite?"},"content":{"rendered":"<p align=\"justify\"> <strong>Introduction<\/strong><br \/>\nSomeone has created a set of mod_rewrite conditions (below) that you can tag onto the end of your .htaccess file. These conditions will block a good number of common exploit attempts while interferring as little as possible with legitimate usage.<\/p>\n<p>Each server configuration is unique. If you are forwarded to your home page and receive a 403 Forbidden error, you will know these settings worked incorrectly on your site. If a particular rule breaks some feature of your site, just comment it out by placing a # in front of the offending rule.<\/p>\n<p><strong>Note: <\/strong>As of Joomla! version 1.0.11, these settings are included in the file, <em>htaccess.txt<\/em> (no dot in filename) which is automatically added to your site during the Joomla! install.<\/p>\n<p><strong>Directions<\/strong><br \/>\n1. Append the following code to the <em>.htaccess<\/em> file in the same directory as your Joomla! <em>index.php<\/em> file (often your <em>public_html<\/em> directory).<br \/>\n2. Test your site.<br \/>\n3. If the site produces errors, comment out all of these lines, and uncomment and test one line at a time until you find the problem directive(s).<br \/>\n4. Try to tweak these directives to work on your server, or leave them commented out.<\/p>\n<p>########## Begin &#8211; Rewrite rules to block out some common exploits<br \/>\n#<br \/>\n# Block out any script trying to set a mosConfig value through the URL<br \/>\nRewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|\\%3D) [OR]<br \/>\n# Block out any script trying to base64_encode crap to send via URL<br \/>\nRewriteCond %{QUERY_STRING} base64_encode.*\\(.*\\) [OR]<br \/>\n# Block out any script that includes a  tag in URL<br \/>\nRewriteCond %{QUERY_STRING} (\\&lt;|%3C).*script.*(\\&gt;|%3E) [NC,OR]<br \/>\n# Block out any script trying to set a PHP GLOBALS variable via URL<br \/>\nRewriteCond %{QUERY_STRING} GLOBALS(=|\\[|\\%[0-9A-Z]{0,2}) [OR]<br \/>\n# Block out any script trying to modify a _REQUEST variable via URL<br \/>\nRewriteCond %{QUERY_STRING} _REQUEST(=|\\[|\\%[0-9A-Z]{0,2})<br \/>\n# Send all blocked request to homepage with 403 Forbidden error!<br \/>\nRewriteRule ^(.*)$ index.php [F,L]<br \/>\n#<br \/>\n########## End &#8211; Rewrite rules to block out some common exploits<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Introduction Someone has created a set of mod_rewrite conditions (below) that you can tag onto the end of your .htaccess file. These conditions will block a good number of common exploit attempts while interferring as little as possible with legitimate usage. Each server configuration is unique. If you are forwarded to your home page and\u2026 <span class=\"read-more\"><a href=\"https:\/\/www.whplus.com\/blog\/2007\/10\/02\/how-do-i-protect-joomla-site-using-htaccess-and-mod_rewrite.html\">Read More &raquo;<\/a><\/span><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[],"class_list":["post-12","post","type-post","status-publish","format-standard","hentry","category-tutorial"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.9 - aioseo.com -->\n\t<meta name=\"description\" content=\"Introduction Someone has created a set of mod_rewrite conditions (below) that you can tag onto the end of your .htaccess file. These conditions will block a good number of common exploit attempts while interferring as little as possible with legitimate usage. Each server configuration is unique. If you are forwarded to your home page and\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"whplus\"\/>\n\t<meta name=\"google-site-verification\" content=\"F5J0SGlaGQ2pp3SIm58KggrITtNTptKPB73P9hpRpfY\" \/>\n\t<meta name=\"keywords\" content=\"tutorial\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.whplus.com\/blog\/2007\/10\/02\/how-do-i-protect-joomla-site-using-htaccess-and-mod_rewrite.html\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.9\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@whplus\" \/>\n\t\t<meta name=\"twitter:title\" content=\"How do I protect joomla site using .htaccess and mod_rewrite? | Whplus Blog\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Introduction Someone has created a set of mod_rewrite conditions (below) that you can tag onto the end of your .htaccess file. These conditions will block a good number of common exploit attempts while interferring as little as possible with legitimate usage. Each server configuration is unique. If you are forwarded to your home page and\" \/>\n\t\t<meta name=\"twitter:creator\" content=\"@whplus\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/www.whplus.com\/blog\/wp-content\/uploads\/2021\/03\/logo.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.whplus.com\\\/blog\\\/2007\\\/10\\\/02\\\/how-do-i-protect-joomla-site-using-htaccess-and-mod_rewrite.html#article\",\"name\":\"How do I protect joomla site using .htaccess and mod_rewrite? | Whplus Blog\",\"headline\":\"How do I protect joomla site using .htaccess and mod_rewrite?\",\"author\":{\"@id\":\"https:\\\/\\\/www.whplus.com\\\/blog\\\/author\\\/whplus#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.whplus.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.whplus.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/03\\\/logo.png\",\"@id\":\"https:\\\/\\\/www.whplus.com\\\/blog\\\/#articleImage\",\"width\":150,\"height\":60},\"datePublished\":\"2007-10-02T14:58:45+07:00\",\"dateModified\":\"2008-03-10T09:52:04+07:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.whplus.com\\\/blog\\\/2007\\\/10\\\/02\\\/how-do-i-protect-joomla-site-using-htaccess-and-mod_rewrite.html#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.whplus.com\\\/blog\\\/2007\\\/10\\\/02\\\/how-do-i-protect-joomla-site-using-htaccess-and-mod_rewrite.html#webpage\"},\"articleSection\":\"Tutorial\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.whplus.com\\\/blog\\\/2007\\\/10\\\/02\\\/how-do-i-protect-joomla-site-using-htaccess-and-mod_rewrite.html#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.whplus.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.whplus.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.whplus.com\\\/blog\\\/category\\\/tutorial#listItem\",\"name\":\"Tutorial\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.whplus.com\\\/blog\\\/category\\\/tutorial#listItem\",\"position\":2,\"name\":\"Tutorial\",\"item\":\"https:\\\/\\\/www.whplus.com\\\/blog\\\/category\\\/tutorial\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.whplus.com\\\/blog\\\/2007\\\/10\\\/02\\\/how-do-i-protect-joomla-site-using-htaccess-and-mod_rewrite.html#listItem\",\"name\":\"How do I protect joomla site using .htaccess and mod_rewrite?\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.whplus.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.whplus.com\\\/blog\\\/2007\\\/10\\\/02\\\/how-do-i-protect-joomla-site-using-htaccess-and-mod_rewrite.html#listItem\",\"position\":3,\"name\":\"How do I protect joomla site using .htaccess and mod_rewrite?\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.whplus.com\\\/blog\\\/category\\\/tutorial#listItem\",\"name\":\"Tutorial\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.whplus.com\\\/blog\\\/#organization\",\"name\":\"Whplus\",\"description\":\"Informasi Seputar Layanan Whplus\",\"url\":\"https:\\\/\\\/www.whplus.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.whplus.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/03\\\/logo.png\",\"@id\":\"https:\\\/\\\/www.whplus.com\\\/blog\\\/2007\\\/10\\\/02\\\/how-do-i-protect-joomla-site-using-htaccess-and-mod_rewrite.html\\\/#organizationLogo\",\"width\":150,\"height\":60},\"image\":{\"@id\":\"https:\\\/\\\/www.whplus.com\\\/blog\\\/2007\\\/10\\\/02\\\/how-do-i-protect-joomla-site-using-htaccess-and-mod_rewrite.html\\\/#organizationLogo\"},\"sameAs\":[\"https:\\\/\\\/twitter.com\\\/whplus\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.whplus.com\\\/blog\\\/author\\\/whplus#author\",\"url\":\"https:\\\/\\\/www.whplus.com\\\/blog\\\/author\\\/whplus\",\"name\":\"whplus\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.whplus.com\\\/blog\\\/2007\\\/10\\\/02\\\/how-do-i-protect-joomla-site-using-htaccess-and-mod_rewrite.html#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/5a5270c9fb35780ddadb175b96b0d198683692a2d67525ef5477ca2b11b18ad3?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"whplus\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.whplus.com\\\/blog\\\/2007\\\/10\\\/02\\\/how-do-i-protect-joomla-site-using-htaccess-and-mod_rewrite.html#webpage\",\"url\":\"https:\\\/\\\/www.whplus.com\\\/blog\\\/2007\\\/10\\\/02\\\/how-do-i-protect-joomla-site-using-htaccess-and-mod_rewrite.html\",\"name\":\"How do I protect joomla site using .htaccess and mod_rewrite? | Whplus Blog\",\"description\":\"Introduction Someone has created a set of mod_rewrite conditions (below) that you can tag onto the end of your .htaccess file. These conditions will block a good number of common exploit attempts while interferring as little as possible with legitimate usage. Each server configuration is unique. If you are forwarded to your home page and\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.whplus.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.whplus.com\\\/blog\\\/2007\\\/10\\\/02\\\/how-do-i-protect-joomla-site-using-htaccess-and-mod_rewrite.html#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.whplus.com\\\/blog\\\/author\\\/whplus#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.whplus.com\\\/blog\\\/author\\\/whplus#author\"},\"datePublished\":\"2007-10-02T14:58:45+07:00\",\"dateModified\":\"2008-03-10T09:52:04+07:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.whplus.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.whplus.com\\\/blog\\\/\",\"name\":\"Whplus Blog\",\"description\":\"Informasi Seputar Layanan Whplus\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.whplus.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"How do I protect joomla site using .htaccess and mod_rewrite? | Whplus Blog","description":"Introduction Someone has created a set of mod_rewrite conditions (below) that you can tag onto the end of your .htaccess file. These conditions will block a good number of common exploit attempts while interferring as little as possible with legitimate usage. Each server configuration is unique. If you are forwarded to your home page and","canonical_url":"https:\/\/www.whplus.com\/blog\/2007\/10\/02\/how-do-i-protect-joomla-site-using-htaccess-and-mod_rewrite.html","robots":"max-image-preview:large","keywords":"tutorial","webmasterTools":{"google-site-verification":"F5J0SGlaGQ2pp3SIm58KggrITtNTptKPB73P9hpRpfY","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.whplus.com\/blog\/2007\/10\/02\/how-do-i-protect-joomla-site-using-htaccess-and-mod_rewrite.html#article","name":"How do I protect joomla site using .htaccess and mod_rewrite? | Whplus Blog","headline":"How do I protect joomla site using .htaccess and mod_rewrite?","author":{"@id":"https:\/\/www.whplus.com\/blog\/author\/whplus#author"},"publisher":{"@id":"https:\/\/www.whplus.com\/blog\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/www.whplus.com\/blog\/wp-content\/uploads\/2021\/03\/logo.png","@id":"https:\/\/www.whplus.com\/blog\/#articleImage","width":150,"height":60},"datePublished":"2007-10-02T14:58:45+07:00","dateModified":"2008-03-10T09:52:04+07:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/www.whplus.com\/blog\/2007\/10\/02\/how-do-i-protect-joomla-site-using-htaccess-and-mod_rewrite.html#webpage"},"isPartOf":{"@id":"https:\/\/www.whplus.com\/blog\/2007\/10\/02\/how-do-i-protect-joomla-site-using-htaccess-and-mod_rewrite.html#webpage"},"articleSection":"Tutorial"},{"@type":"BreadcrumbList","@id":"https:\/\/www.whplus.com\/blog\/2007\/10\/02\/how-do-i-protect-joomla-site-using-htaccess-and-mod_rewrite.html#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.whplus.com\/blog#listItem","position":1,"name":"Home","item":"https:\/\/www.whplus.com\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/www.whplus.com\/blog\/category\/tutorial#listItem","name":"Tutorial"}},{"@type":"ListItem","@id":"https:\/\/www.whplus.com\/blog\/category\/tutorial#listItem","position":2,"name":"Tutorial","item":"https:\/\/www.whplus.com\/blog\/category\/tutorial","nextItem":{"@type":"ListItem","@id":"https:\/\/www.whplus.com\/blog\/2007\/10\/02\/how-do-i-protect-joomla-site-using-htaccess-and-mod_rewrite.html#listItem","name":"How do I protect joomla site using .htaccess and mod_rewrite?"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.whplus.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.whplus.com\/blog\/2007\/10\/02\/how-do-i-protect-joomla-site-using-htaccess-and-mod_rewrite.html#listItem","position":3,"name":"How do I protect joomla site using .htaccess and mod_rewrite?","previousItem":{"@type":"ListItem","@id":"https:\/\/www.whplus.com\/blog\/category\/tutorial#listItem","name":"Tutorial"}}]},{"@type":"Organization","@id":"https:\/\/www.whplus.com\/blog\/#organization","name":"Whplus","description":"Informasi Seputar Layanan Whplus","url":"https:\/\/www.whplus.com\/blog\/","logo":{"@type":"ImageObject","url":"https:\/\/www.whplus.com\/blog\/wp-content\/uploads\/2021\/03\/logo.png","@id":"https:\/\/www.whplus.com\/blog\/2007\/10\/02\/how-do-i-protect-joomla-site-using-htaccess-and-mod_rewrite.html\/#organizationLogo","width":150,"height":60},"image":{"@id":"https:\/\/www.whplus.com\/blog\/2007\/10\/02\/how-do-i-protect-joomla-site-using-htaccess-and-mod_rewrite.html\/#organizationLogo"},"sameAs":["https:\/\/twitter.com\/whplus"]},{"@type":"Person","@id":"https:\/\/www.whplus.com\/blog\/author\/whplus#author","url":"https:\/\/www.whplus.com\/blog\/author\/whplus","name":"whplus","image":{"@type":"ImageObject","@id":"https:\/\/www.whplus.com\/blog\/2007\/10\/02\/how-do-i-protect-joomla-site-using-htaccess-and-mod_rewrite.html#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/5a5270c9fb35780ddadb175b96b0d198683692a2d67525ef5477ca2b11b18ad3?s=96&d=mm&r=g","width":96,"height":96,"caption":"whplus"}},{"@type":"WebPage","@id":"https:\/\/www.whplus.com\/blog\/2007\/10\/02\/how-do-i-protect-joomla-site-using-htaccess-and-mod_rewrite.html#webpage","url":"https:\/\/www.whplus.com\/blog\/2007\/10\/02\/how-do-i-protect-joomla-site-using-htaccess-and-mod_rewrite.html","name":"How do I protect joomla site using .htaccess and mod_rewrite? | Whplus Blog","description":"Introduction Someone has created a set of mod_rewrite conditions (below) that you can tag onto the end of your .htaccess file. These conditions will block a good number of common exploit attempts while interferring as little as possible with legitimate usage. Each server configuration is unique. If you are forwarded to your home page and","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/www.whplus.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/www.whplus.com\/blog\/2007\/10\/02\/how-do-i-protect-joomla-site-using-htaccess-and-mod_rewrite.html#breadcrumblist"},"author":{"@id":"https:\/\/www.whplus.com\/blog\/author\/whplus#author"},"creator":{"@id":"https:\/\/www.whplus.com\/blog\/author\/whplus#author"},"datePublished":"2007-10-02T14:58:45+07:00","dateModified":"2008-03-10T09:52:04+07:00"},{"@type":"WebSite","@id":"https:\/\/www.whplus.com\/blog\/#website","url":"https:\/\/www.whplus.com\/blog\/","name":"Whplus Blog","description":"Informasi Seputar Layanan Whplus","inLanguage":"en-US","publisher":{"@id":"https:\/\/www.whplus.com\/blog\/#organization"}}]},"twitter:card":"summary","twitter:site":"@whplus","twitter:title":"How do I protect joomla site using .htaccess and mod_rewrite? | Whplus Blog","twitter:description":"Introduction Someone has created a set of mod_rewrite conditions (below) that you can tag onto the end of your .htaccess file. These conditions will block a good number of common exploit attempts while interferring as little as possible with legitimate usage. Each server configuration is unique. If you are forwarded to your home page and","twitter:creator":"@whplus","twitter:image":"https:\/\/www.whplus.com\/blog\/wp-content\/uploads\/2021\/03\/logo.png"},"aioseo_meta_data":{"post_id":"12","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":"2021-03-09 02:42:02","updated":"2022-09-14 21:10:30","seo_analyzer_scan_date":null},"_links":{"self":[{"href":"https:\/\/www.whplus.com\/blog\/wp-json\/wp\/v2\/posts\/12","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.whplus.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.whplus.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.whplus.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.whplus.com\/blog\/wp-json\/wp\/v2\/comments?post=12"}],"version-history":[{"count":0,"href":"https:\/\/www.whplus.com\/blog\/wp-json\/wp\/v2\/posts\/12\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.whplus.com\/blog\/wp-json\/wp\/v2\/media?parent=12"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.whplus.com\/blog\/wp-json\/wp\/v2\/categories?post=12"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.whplus.com\/blog\/wp-json\/wp\/v2\/tags?post=12"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}