{"id":5241,"date":"2021-09-04T14:10:56","date_gmt":"2021-09-04T14:10:56","guid":{"rendered":"https:\/\/fisthost.com\/blog\/?p=5241"},"modified":"2021-09-04T14:11:55","modified_gmt":"2021-09-04T14:11:55","slug":"setup-a-domain-redirect-using-htaccess","status":"publish","type":"post","link":"https:\/\/fisthost.com\/blog\/setup-a-domain-redirect-using-htaccess\/","title":{"rendered":"Setup a domain redirect using htaccess?"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">You can setup a domain redirect in a couple of ways. We\u2019ll outline these below:<\/h2>\n\n\n\n<p><strong>How do I setup a domain redirect using .htaccess file?<\/strong><\/p>\n\n\n\n<p>A .htaccess file is an important Apache configuration file usually resides within the public_html folder of your site, it\u2019s a way to add specific rules on a per-hostname basis. A .htaccess rule allows for further configuration of your redirect should you need a more specific redirect. Below are some common examples you may need to add.<\/p>\n\n\n\n<p><strong>Redirect your website to a new domain<\/strong><\/p>\n\n\n\n<p>To redirect your website to another domain using a .htaccess rule you\u2019d want to add the following rule to your .htaccess file and then save the file:<\/p>\n\n\n\n<p>RewriteEngine on<br>RewriteCond %{HTTP_HOST} ^oldsite.com [NC,OR]<br>RewriteCond %{HTTP_HOST} ^www.oldsite.com [NC]<br>RewriteRule ^(.*)$ http:\/\/newsite.com\/$1 [L,R=301,NC]<\/p>\n\n\n\n<p><strong>Force www. instead of non-www.<\/strong><\/p>\n\n\n\n<p>You could achieve this by editing the site and home URL (if your site is WordPress), but it can also be achieved by using the following rule:<\/p>\n\n\n\n<p>RewriteEngine on<br>RewriteCond %{HTTP_HOST} ^mywebsite.com [NC]<br>RewriteRule ^(.*)$ http:\/\/www.mywebsite.com\/$1 [L,R=301,NC]<\/p>\n\n\n\n<p><strong>Force HTTPS<\/strong><\/p>\n\n\n\n<p>You can use the Force HTTPS tool from within the control panel to always enable https:\/\/, however you can also add the following rule:<\/p>\n\n\n\n<p>RewriteCond %{HTTPS} !=on<br>RewriteRule (.*) https:\/\/%{HTTP_HOST}%{REQUEST_URI}<\/p>\n    <div class=\"xs-review-box view-review-list\" id=\"xs-user-review-box\">\n\n        <h3 class=\"total-reivew-headding\">\n\t\t\t9 Reviews        <\/h3>\n        <div class=\"xs-review-box-item\">\n\n            <div\n                    class=\"xs-review-media review-full\">\n\n\t\t\t\t\n                        <!-- every review-->\n                        <div class=\"xs-reviewer-details\">\n\n\t\t\t\t\t\t\t\n                            <div class=\"review-reviwer-info-section\">\n\n\t\t\t\t\t\t\t\t                            <\/div>\n\n                        <\/div>\n\n\t\t\t\t\t\t<div class=\"border-div\"> <\/div>\n                        <!-- every review-->\n                        <div class=\"xs-reviewer-details\">\n\n\t\t\t\t\t\t\t\n                            <div class=\"review-reviwer-info-section\">\n\n\t\t\t\t\t\t\t\t                            <\/div>\n\n                        <\/div>\n\n\t\t\t\t\t\t<div class=\"border-div\"> <\/div>\n                        <!-- every review-->\n                        <div class=\"xs-reviewer-details\">\n\n\t\t\t\t\t\t\t\n                            <div class=\"review-reviwer-info-section\">\n\n\t\t\t\t\t\t\t\t                            <\/div>\n\n                        <\/div>\n\n\t\t\t\t\t\t<div class=\"border-div\"> <\/div>\n                        <!-- every review-->\n                        <div class=\"xs-reviewer-details\">\n\n\t\t\t\t\t\t\t\n                            <div class=\"review-reviwer-info-section\">\n\n\t\t\t\t\t\t\t\t                            <\/div>\n\n                        <\/div>\n\n\t\t\t\t\t\t<div class=\"border-div\"> <\/div>\n                        <!-- every review-->\n                        <div class=\"xs-reviewer-details\">\n\n\t\t\t\t\t\t\t\n                            <div class=\"review-reviwer-info-section\">\n\n\t\t\t\t\t\t\t\t                            <\/div>\n\n                        <\/div>\n\n\t\t\t\t\t\t<div class=\"border-div\"> <\/div>\n                        <!-- every review-->\n                        <div class=\"xs-reviewer-details\">\n\n\t\t\t\t\t\t\t\n                            <div class=\"review-reviwer-info-section\">\n\n\t\t\t\t\t\t\t\t                            <\/div>\n\n                        <\/div>\n\n\t\t\t\t\t\t<div class=\"border-div\"> <\/div>\n                        <!-- every review-->\n                        <div class=\"xs-reviewer-details\">\n\n\t\t\t\t\t\t\t\n                            <div class=\"review-reviwer-info-section\">\n\n\t\t\t\t\t\t\t\t                            <\/div>\n\n                        <\/div>\n\n\t\t\t\t\t\t<div class=\"border-div\"> <\/div>\n                        <!-- every review-->\n                        <div class=\"xs-reviewer-details\">\n\n\t\t\t\t\t\t\t\n                            <div class=\"review-reviwer-info-section\">\n\n\t\t\t\t\t\t\t\t                            <\/div>\n\n                        <\/div>\n\n\t\t\t\t\t\t<div class=\"border-div\"> <\/div>\n                        <!-- every review-->\n                        <div class=\"xs-reviewer-details\">\n\n\t\t\t\t\t\t\t\n                            <div class=\"review-reviwer-info-section\">\n\n\t\t\t\t\t\t\t\t                            <\/div>\n\n                        <\/div>\n\n\t\t\t\t\t\t\n                    <div class=\"xs-review-pagination\">\n\t\t\t\t\t\t                    <\/div>\n\n\t\t\t\t\t\n            <\/div>\n\n\t\t\t\n        <\/div>\n\n    <\/div>\n\n\t\n    <form action=\"https:\/\/fisthost.com\/blog\/?xs_review=5247\"\n          name=\"xs_review_form_public_data\"\n          method=\"post\"\n          id=\"xs_review_form_public_data\">\n\n        <div class=\"xs-review-box public-xs-review-box\" id=\"xs-review-box\">\n            <h3 class=\"write-reivew-headding\">\n\t\t\t\tWrite a Review             <\/h3>\n\n\t\t\t\n            <div class=\"wur-review-fields\">                 <input type=\"hidden\" value=\"5241\"\n                       name=\"xs_submit_review_data[xs_post_id]\" \/>\n\n                <input type=\"hidden\" value=\"post\"\n                       name=\"xs_submit_review_data[xs_post_type]\" \/>\n\n                <input type=\"hidden\" value=\"0\"\n                       name=\"xs_submit_review_data[xs_post_author]\" \/>\n\t\t\t\t<input type=\"hidden\" id=\"_wpnonce\" name=\"_wpnonce\" value=\"84b64745d9\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/blog\/wp-json\/wp\/v2\/posts\/5241\" \/>                <div class=\"xs-review xs-save-button\">\n                    <button type=\"submit\" name=\"xs_review_form_public_data\" class=\"xs-btn primary\">\n                        Submit Review                    <\/button>\n                <\/div>\n\n            <\/div>\n        <\/div>\n    <\/form>\n\n","protected":false},"excerpt":{"rendered":"<p>You can setup a domain redirect in a couple of ways. We\u2019ll outline these below: How do I setup a domain redirect using .htaccess file? A .htaccess file is an important Apache configuration file usually resides within the public_html folder of your site, it\u2019s a way to add specific rules on a per-hostname basis. A&#8230;<\/p>\n","protected":false},"author":1,"featured_media":5242,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[99,81],"tags":[],"class_list":["post-5241","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-domain","category-wordpress"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Setup a domain redirect using htaccess? - Fist Host Blog and News<\/title>\n<meta name=\"description\" content=\"Fist Host blog focuses on all kinds of Web development tutorials. It provides actionable tips and useful resources on web performance and website optimization.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/fisthost.com\/blog\/setup-a-domain-redirect-using-htaccess\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Setup a domain redirect using htaccess? - Fist Host Blog and News\" \/>\n<meta property=\"og:description\" content=\"Fist Host blog focuses on all kinds of Web development tutorials. It provides actionable tips and useful resources on web performance and website optimization.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/fisthost.com\/blog\/setup-a-domain-redirect-using-htaccess\/\" \/>\n<meta property=\"og:site_name\" content=\"Fist Host Blog and News\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/fisthostweb\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/sultan.nawab.831\" \/>\n<meta property=\"article:published_time\" content=\"2021-09-04T14:10:56+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-09-04T14:11:55+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/fisthost.com\/blog\/med\/2021\/09\/How-do-I-setup-a-domain-redirect-using-htaccess.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"600\" \/>\n\t<meta property=\"og:image:height\" content=\"338\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Sultan Nawab\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@fisthost\" \/>\n<meta name=\"twitter:site\" content=\"@fisthost\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Sultan Nawab\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/fisthost.com\/blog\/setup-a-domain-redirect-using-htaccess\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/fisthost.com\/blog\/setup-a-domain-redirect-using-htaccess\/\"},\"author\":{\"name\":\"Sultan Nawab\",\"@id\":\"https:\/\/fisthost.com\/blog\/#\/schema\/person\/13b996f7d17d8cd598916875ebfb9e3a\"},\"headline\":\"Setup a domain redirect using htaccess?\",\"datePublished\":\"2021-09-04T14:10:56+00:00\",\"dateModified\":\"2021-09-04T14:11:55+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/fisthost.com\/blog\/setup-a-domain-redirect-using-htaccess\/\"},\"wordCount\":228,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/fisthost.com\/blog\/#organization\"},\"articleSection\":[\"domain\",\"Wordpress\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/fisthost.com\/blog\/setup-a-domain-redirect-using-htaccess\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/fisthost.com\/blog\/setup-a-domain-redirect-using-htaccess\/\",\"url\":\"https:\/\/fisthost.com\/blog\/setup-a-domain-redirect-using-htaccess\/\",\"name\":\"Setup a domain redirect using htaccess? - Fist Host Blog and News\",\"isPartOf\":{\"@id\":\"https:\/\/fisthost.com\/blog\/#website\"},\"datePublished\":\"2021-09-04T14:10:56+00:00\",\"dateModified\":\"2021-09-04T14:11:55+00:00\",\"description\":\"Fist Host blog focuses on all kinds of Web development tutorials. It provides actionable tips and useful resources on web performance and website optimization.\",\"breadcrumb\":{\"@id\":\"https:\/\/fisthost.com\/blog\/setup-a-domain-redirect-using-htaccess\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/fisthost.com\/blog\/setup-a-domain-redirect-using-htaccess\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/fisthost.com\/blog\/setup-a-domain-redirect-using-htaccess\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/fisthost.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Setup a domain redirect using htaccess?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/fisthost.com\/blog\/#website\",\"url\":\"https:\/\/fisthost.com\/blog\/\",\"name\":\"Fist Host Blog and News\",\"description\":\"Info and News about Speed Troubleshooting\",\"publisher\":{\"@id\":\"https:\/\/fisthost.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/fisthost.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/fisthost.com\/blog\/#organization\",\"name\":\"Fist Host Blog\",\"url\":\"https:\/\/fisthost.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/fisthost.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/fisthost.com\/blog\/med\/2021\/05\/Fist-Host-Logo.png\",\"contentUrl\":\"https:\/\/fisthost.com\/blog\/med\/2021\/05\/Fist-Host-Logo.png\",\"width\":160,\"height\":45,\"caption\":\"Fist Host Blog\"},\"image\":{\"@id\":\"https:\/\/fisthost.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/facebook.com\/fisthostweb\",\"https:\/\/twitter.com\/fisthost\",\"https:\/\/instagram.com\/fisthostweb\",\"https:\/\/pk.linkedin.com\/in\/fist-host-8793421b3\",\"https:\/\/youtube.com\/fisthost\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/fisthost.com\/blog\/#\/schema\/person\/13b996f7d17d8cd598916875ebfb9e3a\",\"name\":\"Sultan Nawab\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/fisthost.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/dca8645f05cd7561924d42d2f789aae765849457a8205a58546db18c188a8c58?s=96&d=wp_user_avatar&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/dca8645f05cd7561924d42d2f789aae765849457a8205a58546db18c188a8c58?s=96&d=wp_user_avatar&r=g\",\"caption\":\"Sultan Nawab\"},\"description\":\"Fist Host Provides you Fastest Web Hosting services with a ultra-fast servers for Linux Hosting, Windows Hosting and WordPress Hosting in reasonable price.\",\"sameAs\":[\"https:\/\/fisthost.com\/blog\",\"https:\/\/www.facebook.com\/sultan.nawab.831\",\"https:\/\/www.instagram.com\/fisthostweb\",\"https:\/\/twitter.com\/fisthost\",\"https:\/\/www.youtube.com\/fisthost\"],\"url\":\"https:\/\/fisthost.com\/blog\/author\/sultan-nawab\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Setup a domain redirect using htaccess? - Fist Host Blog and News","description":"Fist Host blog focuses on all kinds of Web development tutorials. It provides actionable tips and useful resources on web performance and website optimization.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/fisthost.com\/blog\/setup-a-domain-redirect-using-htaccess\/","og_locale":"en_US","og_type":"article","og_title":"Setup a domain redirect using htaccess? - Fist Host Blog and News","og_description":"Fist Host blog focuses on all kinds of Web development tutorials. It provides actionable tips and useful resources on web performance and website optimization.","og_url":"https:\/\/fisthost.com\/blog\/setup-a-domain-redirect-using-htaccess\/","og_site_name":"Fist Host Blog and News","article_publisher":"https:\/\/facebook.com\/fisthostweb","article_author":"https:\/\/www.facebook.com\/sultan.nawab.831","article_published_time":"2021-09-04T14:10:56+00:00","article_modified_time":"2021-09-04T14:11:55+00:00","og_image":[{"width":600,"height":338,"url":"https:\/\/fisthost.com\/blog\/med\/2021\/09\/How-do-I-setup-a-domain-redirect-using-htaccess.jpg","type":"image\/jpeg"}],"author":"Sultan Nawab","twitter_card":"summary_large_image","twitter_creator":"@fisthost","twitter_site":"@fisthost","twitter_misc":{"Written by":"Sultan Nawab","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/fisthost.com\/blog\/setup-a-domain-redirect-using-htaccess\/#article","isPartOf":{"@id":"https:\/\/fisthost.com\/blog\/setup-a-domain-redirect-using-htaccess\/"},"author":{"name":"Sultan Nawab","@id":"https:\/\/fisthost.com\/blog\/#\/schema\/person\/13b996f7d17d8cd598916875ebfb9e3a"},"headline":"Setup a domain redirect using htaccess?","datePublished":"2021-09-04T14:10:56+00:00","dateModified":"2021-09-04T14:11:55+00:00","mainEntityOfPage":{"@id":"https:\/\/fisthost.com\/blog\/setup-a-domain-redirect-using-htaccess\/"},"wordCount":228,"commentCount":0,"publisher":{"@id":"https:\/\/fisthost.com\/blog\/#organization"},"articleSection":["domain","Wordpress"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/fisthost.com\/blog\/setup-a-domain-redirect-using-htaccess\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/fisthost.com\/blog\/setup-a-domain-redirect-using-htaccess\/","url":"https:\/\/fisthost.com\/blog\/setup-a-domain-redirect-using-htaccess\/","name":"Setup a domain redirect using htaccess? - Fist Host Blog and News","isPartOf":{"@id":"https:\/\/fisthost.com\/blog\/#website"},"datePublished":"2021-09-04T14:10:56+00:00","dateModified":"2021-09-04T14:11:55+00:00","description":"Fist Host blog focuses on all kinds of Web development tutorials. It provides actionable tips and useful resources on web performance and website optimization.","breadcrumb":{"@id":"https:\/\/fisthost.com\/blog\/setup-a-domain-redirect-using-htaccess\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/fisthost.com\/blog\/setup-a-domain-redirect-using-htaccess\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/fisthost.com\/blog\/setup-a-domain-redirect-using-htaccess\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/fisthost.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Setup a domain redirect using htaccess?"}]},{"@type":"WebSite","@id":"https:\/\/fisthost.com\/blog\/#website","url":"https:\/\/fisthost.com\/blog\/","name":"Fist Host Blog and News","description":"Info and News about Speed Troubleshooting","publisher":{"@id":"https:\/\/fisthost.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/fisthost.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/fisthost.com\/blog\/#organization","name":"Fist Host Blog","url":"https:\/\/fisthost.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/fisthost.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/fisthost.com\/blog\/med\/2021\/05\/Fist-Host-Logo.png","contentUrl":"https:\/\/fisthost.com\/blog\/med\/2021\/05\/Fist-Host-Logo.png","width":160,"height":45,"caption":"Fist Host Blog"},"image":{"@id":"https:\/\/fisthost.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/facebook.com\/fisthostweb","https:\/\/twitter.com\/fisthost","https:\/\/instagram.com\/fisthostweb","https:\/\/pk.linkedin.com\/in\/fist-host-8793421b3","https:\/\/youtube.com\/fisthost"]},{"@type":"Person","@id":"https:\/\/fisthost.com\/blog\/#\/schema\/person\/13b996f7d17d8cd598916875ebfb9e3a","name":"Sultan Nawab","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/fisthost.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/dca8645f05cd7561924d42d2f789aae765849457a8205a58546db18c188a8c58?s=96&d=wp_user_avatar&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/dca8645f05cd7561924d42d2f789aae765849457a8205a58546db18c188a8c58?s=96&d=wp_user_avatar&r=g","caption":"Sultan Nawab"},"description":"Fist Host Provides you Fastest Web Hosting services with a ultra-fast servers for Linux Hosting, Windows Hosting and WordPress Hosting in reasonable price.","sameAs":["https:\/\/fisthost.com\/blog","https:\/\/www.facebook.com\/sultan.nawab.831","https:\/\/www.instagram.com\/fisthostweb","https:\/\/twitter.com\/fisthost","https:\/\/www.youtube.com\/fisthost"],"url":"https:\/\/fisthost.com\/blog\/author\/sultan-nawab\/"}]}},"_links":{"self":[{"href":"https:\/\/fisthost.com\/blog\/wp-json\/wp\/v2\/posts\/5241","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fisthost.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/fisthost.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/fisthost.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fisthost.com\/blog\/wp-json\/wp\/v2\/comments?post=5241"}],"version-history":[{"count":0,"href":"https:\/\/fisthost.com\/blog\/wp-json\/wp\/v2\/posts\/5241\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/fisthost.com\/blog\/wp-json\/wp\/v2\/media\/5242"}],"wp:attachment":[{"href":"https:\/\/fisthost.com\/blog\/wp-json\/wp\/v2\/media?parent=5241"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fisthost.com\/blog\/wp-json\/wp\/v2\/categories?post=5241"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fisthost.com\/blog\/wp-json\/wp\/v2\/tags?post=5241"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}