{"id":8868,"date":"2020-01-14T08:56:21","date_gmt":"2020-01-14T08:56:21","guid":{"rendered":"https:\/\/www.milesweb.in\/hosting-faqs\/?p=8868"},"modified":"2023-01-27T19:30:10","modified_gmt":"2023-01-27T14:00:10","slug":"enabling-data-compression-using-the-mod-deflate-module","status":"publish","type":"post","link":"https:\/\/www.milesweb.in\/hosting-faqs\/enabling-data-compression-using-the-mod-deflate-module\/","title":{"rendered":"Enabling Data Compression using the mod_deflate Module"},"content":{"rendered":"<p>The article explains how you can enable data compression by using Apache&#8217;s mod_deflate module. mod_deflate module can be used to compress output from your website that is sent to client browsers. Using data compression reduces page load times and the amount of bandwidth that your site uses.<\/p>\n<div style=\"background-color: #e0ffff; padding: 10px;\"><strong>Note :<\/strong><br \/>\nAll the older versions of Apache used the mod_gzip module for data compression. Practically, the mod_deflate module for Apache 2 provides the same functionality as the mod_gzip module.<\/div>\n<h3># Steps to enable data compression on cPanel managed hosting account<\/h3>\n<p>1) Log into your <strong>cPanel<\/strong>.<\/p>\n<p>2) Before proceeding to enable compression, first check that<strong> zlib.output_compression<\/strong> is enabled by using the <strong>Select PHP Version<\/strong> tool.<\/p>\n<p>3) On the cPanel home screen go to the <strong>SOFTWARE<\/strong> section and click on <strong>Optimize Website<\/strong>.<\/p>\n<p><a href=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/01\/cpanel-software.jpg\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-15953\" src=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/01\/cpanel-software.jpg\" alt=\"cpanel software\" width=\"980\" height=\"250\" srcset=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/01\/cpanel-software.jpg 980w, https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/01\/cpanel-software-300x77.jpg 300w, https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/01\/cpanel-software-768x196.jpg 768w\" sizes=\"auto, (max-width: 980px) 100vw, 980px\" \/><\/a><\/p>\n<p>4) On the <strong>Optimize Website<\/strong> page, under the <strong>Compressor Content<\/strong> heading, select one of the below options :<\/p>\n<p><strong>\u2022 Compress All Content:<\/strong> If you wish to compress all of your content then select this option.<\/p>\n<p><strong>\u2022 Compress the specified MIME types:<\/strong> To compress the specific content, select this option. In the type box for MIME Types, type the MIME types that you want to compress.<\/p>\n<p>View a complete list of MIME types by visiting :<\/p>\n<p><a href=\"https:\/\/www.iana.org\/assignments\/media-types\/media-types.xhtml\" target=\"_blank\" rel=\"nofollow noopener\">https:\/\/www.iana.org\/assignments\/media-types\/media-types.xhtml<\/a><\/p>\n<p>5) Click on <strong>Update Settings<\/strong>.<\/p>\n<p><a href=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/01\/cpanel-optimize-website.jpg\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-15955\" src=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/01\/cpanel-optimize-website.jpg\" alt=\"cpanel optimize website\" width=\"1281\" height=\"341\" srcset=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/01\/cpanel-optimize-website.jpg 1281w, https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/01\/cpanel-optimize-website-300x80.jpg 300w, https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/01\/cpanel-optimize-website-1024x273.jpg 1024w, https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/01\/cpanel-optimize-website-768x204.jpg 768w\" sizes=\"auto, (max-width: 1281px) 100vw, 1281px\" \/><\/a><\/p>\n<p>The new settings will be effective immediately. In order to verify that data compression is active, see Determining if compression is enabled below.<\/p>\n<h3># For unmanaged hosting accounts<\/h3>\n<p>For the unmanaged hosting accounts, you need to edit the .htaccess file to enable the data compression. Following is a sample configuration that demonstrates one way to enable data compression by a specific file extension:<\/p>\n<pre class=\"trim-whitespace:false lang:default decode:true \">&lt;filesMatch \"\\.(js|css|html|php)$\"&gt;\nSetOutputFilter DEFLATE<\/pre>\n<p>In this example, the Apache will compress all the files having an extension of <strong>.js, .css, .html and .php<\/strong>.<\/p>\n<p>Otherwise, you can also use <strong>MIME types to specify which files need to be compressed<\/strong>. Following is a sample configuration that demonstrated one way of doing this :<\/p>\n<pre class=\"trim-whitespace:false lang:default decode:true \">&lt;IfModule mod_deflate.c&gt;\n\n&nbsp; &nbsp;AddOutputFilterByType DEFLATE text\/text text\/html text\/plain text\/xml text\/css text\/javascript application\/javascript\n\n&lt;\/IfModule&gt;<\/pre>\n<p>In this above example, Apache will compress any file that uses one of the MIME types referenced by the <strong>AddOutputFilterByType<\/strong> directive.<\/p>\n<p>View the complete list of MIME types by visiting :<\/p>\n<p><a href=\"https:\/\/www.iana.org\/assignments\/media-types\/media-types.xhtml\" target=\"_blank\" rel=\"nofollow noopener\">https:\/\/www.iana.org\/assignments\/media-types\/media-types.xhtml<\/a><\/p>\n<p>To disable the data compression, you can delete the relevant lines in the .htaccess file, or can comment them out by starting each line with #.<\/p>\n<p>You can verify that data compression is active, by viewing Determining if compression is enabled below.<\/p>\n<p>Get more information about the mod_deflate module at :<\/p>\n<p><a href=\"http:\/\/httpd.apache.org\/docs\/2.2\/mod\/mod_deflate.html\" target=\"_blank\" rel=\"nofollow noopener\">http:\/\/httpd.apache.org\/docs\/2.2\/mod\/mod_deflate.html<\/a><\/p>\n<p><strong>Also Read :<\/strong><\/p>\n<p><a href=\"https:\/\/www.milesweb.in\/hosting-faqs\/what-is-railgun-steps-to-enable-it\/\" target=\"_blank\" rel=\"noopener\"><strong> What is CloudFlare Railgun and How to Enable it on Your Website?<\/strong><\/a><\/p>\n<p><a href=\"https:\/\/www.milesweb.in\/hosting-faqs\/optimize-drupal-efficient-performance\/\" target=\"_blank\" rel=\"noopener\"><strong> How To Optimize Drupal For An Efficient Performance?<\/strong><\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>The article explains how you can enable data compression by using Apache&#8217;s mod_deflate module. mod_deflate module can be used to compress output from your website that is sent to client browsers. Using data compression reduces page load times and the amount of bandwidth that your site uses. Note : All the older versions of Apache [&hellip;]<\/p>\n","protected":false},"author":18,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[1225,1226,1227],"class_list":["post-8868","post","type-post","status-publish","format-standard","placeholder-for-hentry","category-web-hosting-faq","tag-apache-web-server","tag-data-compression","tag-data-compression-using-mod_deflate-module"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Enabling Data Compression using the mod_deflate Module - Web Hosting FAQs by MilesWeb<\/title>\n<meta name=\"description\" content=\"A guide on how to enable Data Compression using the mod_deflate module.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.milesweb.in\/hosting-faqs\/enabling-data-compression-using-the-mod-deflate-module\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Enabling Data Compression using the mod_deflate Module - Web Hosting FAQs by MilesWeb\" \/>\n<meta property=\"og:description\" content=\"A guide on how to enable Data Compression using the mod_deflate module.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.milesweb.in\/hosting-faqs\/enabling-data-compression-using-the-mod-deflate-module\/\" \/>\n<meta property=\"og:site_name\" content=\"Web Hosting FAQs by MilesWeb\" \/>\n<meta property=\"article:published_time\" content=\"2020-01-14T08:56:21+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-01-27T14:00:10+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/01\/cpanel-software.jpg\" \/>\n<meta name=\"author\" content=\"Sonam Wagh\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Sonam Wagh\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/enabling-data-compression-using-the-mod-deflate-module\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/enabling-data-compression-using-the-mod-deflate-module\/\"},\"author\":{\"name\":\"Sonam Wagh\",\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/#\/schema\/person\/dc645d02823c86e07e53798ebe02c6f4\"},\"headline\":\"Enabling Data Compression using the mod_deflate Module\",\"datePublished\":\"2020-01-14T08:56:21+00:00\",\"dateModified\":\"2023-01-27T14:00:10+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/enabling-data-compression-using-the-mod-deflate-module\/\"},\"wordCount\":447,\"commentCount\":0,\"image\":{\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/enabling-data-compression-using-the-mod-deflate-module\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/01\/cpanel-software.jpg\",\"keywords\":[\"Apache web server\",\"data compression\",\"data compression using mod_deflate module\"],\"articleSection\":[\"Web Hosting FAQ\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.milesweb.in\/hosting-faqs\/enabling-data-compression-using-the-mod-deflate-module\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/enabling-data-compression-using-the-mod-deflate-module\/\",\"url\":\"https:\/\/www.milesweb.in\/hosting-faqs\/enabling-data-compression-using-the-mod-deflate-module\/\",\"name\":\"Enabling Data Compression using the mod_deflate Module - Web Hosting FAQs by MilesWeb\",\"isPartOf\":{\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/enabling-data-compression-using-the-mod-deflate-module\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/enabling-data-compression-using-the-mod-deflate-module\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/01\/cpanel-software.jpg\",\"datePublished\":\"2020-01-14T08:56:21+00:00\",\"dateModified\":\"2023-01-27T14:00:10+00:00\",\"author\":{\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/#\/schema\/person\/dc645d02823c86e07e53798ebe02c6f4\"},\"description\":\"A guide on how to enable Data Compression using the mod_deflate module.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/enabling-data-compression-using-the-mod-deflate-module\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.milesweb.in\/hosting-faqs\/enabling-data-compression-using-the-mod-deflate-module\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/enabling-data-compression-using-the-mod-deflate-module\/#primaryimage\",\"url\":\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/01\/cpanel-software.jpg\",\"contentUrl\":\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/01\/cpanel-software.jpg\",\"width\":980,\"height\":250,\"caption\":\"cpanel software\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/enabling-data-compression-using-the-mod-deflate-module\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.milesweb.in\/hosting-faqs\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Enabling Data Compression using the mod_deflate Module\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/#website\",\"url\":\"https:\/\/www.milesweb.in\/hosting-faqs\/\",\"name\":\"Web Hosting FAQs by MilesWeb\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.milesweb.in\/hosting-faqs\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/#\/schema\/person\/dc645d02823c86e07e53798ebe02c6f4\",\"name\":\"Sonam Wagh\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2019\/12\/Sonam-Wagh-150x150.jpg\",\"contentUrl\":\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2019\/12\/Sonam-Wagh-150x150.jpg\",\"caption\":\"Sonam Wagh\"},\"description\":\"With an interest in doing something creative daily, Sonam works as a Digital Marketing Executive. She likes to write technical blogs related to web hosting, digital marketing, and other IT topics. She also likes to spend her leisure time on social media to find different strategies for client engagement.\",\"url\":\"https:\/\/www.milesweb.in\/hosting-faqs\/author\/sonam\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Enabling Data Compression using the mod_deflate Module - Web Hosting FAQs by MilesWeb","description":"A guide on how to enable Data Compression using the mod_deflate module.","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:\/\/www.milesweb.in\/hosting-faqs\/enabling-data-compression-using-the-mod-deflate-module\/","og_locale":"en_US","og_type":"article","og_title":"Enabling Data Compression using the mod_deflate Module - Web Hosting FAQs by MilesWeb","og_description":"A guide on how to enable Data Compression using the mod_deflate module.","og_url":"https:\/\/www.milesweb.in\/hosting-faqs\/enabling-data-compression-using-the-mod-deflate-module\/","og_site_name":"Web Hosting FAQs by MilesWeb","article_published_time":"2020-01-14T08:56:21+00:00","article_modified_time":"2023-01-27T14:00:10+00:00","og_image":[{"url":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/01\/cpanel-software.jpg","type":"","width":"","height":""}],"author":"Sonam Wagh","twitter_misc":{"Written by":"Sonam Wagh","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.milesweb.in\/hosting-faqs\/enabling-data-compression-using-the-mod-deflate-module\/#article","isPartOf":{"@id":"https:\/\/www.milesweb.in\/hosting-faqs\/enabling-data-compression-using-the-mod-deflate-module\/"},"author":{"name":"Sonam Wagh","@id":"https:\/\/www.milesweb.in\/hosting-faqs\/#\/schema\/person\/dc645d02823c86e07e53798ebe02c6f4"},"headline":"Enabling Data Compression using the mod_deflate Module","datePublished":"2020-01-14T08:56:21+00:00","dateModified":"2023-01-27T14:00:10+00:00","mainEntityOfPage":{"@id":"https:\/\/www.milesweb.in\/hosting-faqs\/enabling-data-compression-using-the-mod-deflate-module\/"},"wordCount":447,"commentCount":0,"image":{"@id":"https:\/\/www.milesweb.in\/hosting-faqs\/enabling-data-compression-using-the-mod-deflate-module\/#primaryimage"},"thumbnailUrl":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/01\/cpanel-software.jpg","keywords":["Apache web server","data compression","data compression using mod_deflate module"],"articleSection":["Web Hosting FAQ"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.milesweb.in\/hosting-faqs\/enabling-data-compression-using-the-mod-deflate-module\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.milesweb.in\/hosting-faqs\/enabling-data-compression-using-the-mod-deflate-module\/","url":"https:\/\/www.milesweb.in\/hosting-faqs\/enabling-data-compression-using-the-mod-deflate-module\/","name":"Enabling Data Compression using the mod_deflate Module - Web Hosting FAQs by MilesWeb","isPartOf":{"@id":"https:\/\/www.milesweb.in\/hosting-faqs\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.milesweb.in\/hosting-faqs\/enabling-data-compression-using-the-mod-deflate-module\/#primaryimage"},"image":{"@id":"https:\/\/www.milesweb.in\/hosting-faqs\/enabling-data-compression-using-the-mod-deflate-module\/#primaryimage"},"thumbnailUrl":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/01\/cpanel-software.jpg","datePublished":"2020-01-14T08:56:21+00:00","dateModified":"2023-01-27T14:00:10+00:00","author":{"@id":"https:\/\/www.milesweb.in\/hosting-faqs\/#\/schema\/person\/dc645d02823c86e07e53798ebe02c6f4"},"description":"A guide on how to enable Data Compression using the mod_deflate module.","breadcrumb":{"@id":"https:\/\/www.milesweb.in\/hosting-faqs\/enabling-data-compression-using-the-mod-deflate-module\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.milesweb.in\/hosting-faqs\/enabling-data-compression-using-the-mod-deflate-module\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.milesweb.in\/hosting-faqs\/enabling-data-compression-using-the-mod-deflate-module\/#primaryimage","url":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/01\/cpanel-software.jpg","contentUrl":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/01\/cpanel-software.jpg","width":980,"height":250,"caption":"cpanel software"},{"@type":"BreadcrumbList","@id":"https:\/\/www.milesweb.in\/hosting-faqs\/enabling-data-compression-using-the-mod-deflate-module\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.milesweb.in\/hosting-faqs\/"},{"@type":"ListItem","position":2,"name":"Enabling Data Compression using the mod_deflate Module"}]},{"@type":"WebSite","@id":"https:\/\/www.milesweb.in\/hosting-faqs\/#website","url":"https:\/\/www.milesweb.in\/hosting-faqs\/","name":"Web Hosting FAQs by MilesWeb","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.milesweb.in\/hosting-faqs\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.milesweb.in\/hosting-faqs\/#\/schema\/person\/dc645d02823c86e07e53798ebe02c6f4","name":"Sonam Wagh","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.milesweb.in\/hosting-faqs\/#\/schema\/person\/image\/","url":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2019\/12\/Sonam-Wagh-150x150.jpg","contentUrl":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2019\/12\/Sonam-Wagh-150x150.jpg","caption":"Sonam Wagh"},"description":"With an interest in doing something creative daily, Sonam works as a Digital Marketing Executive. She likes to write technical blogs related to web hosting, digital marketing, and other IT topics. She also likes to spend her leisure time on social media to find different strategies for client engagement.","url":"https:\/\/www.milesweb.in\/hosting-faqs\/author\/sonam\/"}]}},"_links":{"self":[{"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/posts\/8868","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/users\/18"}],"replies":[{"embeddable":true,"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/comments?post=8868"}],"version-history":[{"count":2,"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/posts\/8868\/revisions"}],"predecessor-version":[{"id":15956,"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/posts\/8868\/revisions\/15956"}],"wp:attachment":[{"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/media?parent=8868"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/categories?post=8868"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/tags?post=8868"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}