{"id":479,"date":"2012-11-15T15:31:29","date_gmt":"2012-11-15T15:31:29","guid":{"rendered":"https:\/\/www.inmotionhosting.com\/support\/2012\/11\/15\/htaccess-prevent-filetype\/"},"modified":"2023-06-12T14:44:05","modified_gmt":"2023-06-12T18:44:05","slug":"htaccess-prevent-filetype","status":"publish","type":"post","link":"https:\/\/www.inmotionhosting.com\/support\/website\/htaccess-prevent-filetype\/","title":{"rendered":"How to prevent access to multiple file types in htaccess"},"content":{"rendered":"<p>The .<em>htaccess<\/em> file is a hidden text file within your hosting account that can be very powerful. It is designed so that you can modify it to change the behavior of your website that normally would take higher access beyond your account. It acts as a liaison between your domain and the server and can perform many functions.<\/p>\n<p>You may want to restrict access to specific file types. There may be file types in your account that you do not wish for others to view. These can be files such as ini (initialization configuration) files, log files, the .htaccess file itself, .htpasswd (password) files, etc. By implementing some code in the .htaccess file, this will prevent any outsiders from taking a peek at information you do not want them to see.<\/p>\n<p><strong>Preventing access to multiple file types via htaccess<\/strong><\/p>\n<ol class=\"article_list\">\n<li>First, you will need to <a href=\"\/support\/edu\/cpanel\/how-to-log-into-cpanel\/\">log into your cPanel<\/a> to access the htaccess file.<\/li>\n<li><a href=\"\/support\/wp-content\/uploads\/2012\/11\/cpanel_cPanel_fileManager_highlight.png\" rel=\"lightbox-0\"><img decoding=\"async\" width=\"820\" height=\"427\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/11\/cpanel_cPanel_fileManager_highlight.png\" class=\"optimized-lcp-image\" alt=\"cpanel\" loading=\"eager\" fetchpriority=\"high\" sizes=\"(max-width: 768px) 100vw, 768px\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/11\/cpanel_cPanel_fileManager_highlight.png 820w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/11\/cpanel_cPanel_fileManager_highlight-300x156.png 300w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/11\/cpanel_cPanel_fileManager_highlight-768x400.png 768w\"><\/a> Find the <strong>Files <\/strong>category and click on the <strong>File Manager<\/strong> icon.\n<div style=\"clear: both;\">\u00a0<\/div>\n<\/li>\n<li><a href=\"\/support\/images\/stories\/edu\/htaccess\/cPanel_file_manager_settings_highlight.png\" rel=\"lightbox-0\"><img decoding=\"async\" class=\"std_ss\" style=\"float: right; margin: 0px 15px 15px 15px; width: 200px;\" src=\"\/support\/images\/stories\/edu\/htaccess\/cPanel_file_manager_settings_highlight.png\" alt=\"File Manager Settings button\"><\/a> Once the File Manager has loaded, click on the button at the top-right that says <span class=\"strong\">Settings<\/span>\n<div style=\"clear: both;\">\u00a0<\/div>\n<\/li>\n<li><a href=\"\/support\/wp-content\/uploads\/2012\/11\/edu_htaccess_cPanel_file_manager_settings_popup.png\" rel=\"lightbox-0\"><img loading=\"lazy\" decoding=\"async\" class=\"std_ss size-full wp-image-5733\" style=\"float: right; margin: 0px 15px 15px 15px; width: 200px;\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/11\/edu_htaccess_cPanel_file_manager_settings_popup.png\" alt=\"file-manager-show-hidden\" width=\"494\" height=\"332\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/11\/edu_htaccess_cPanel_file_manager_settings_popup.png 494w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/11\/edu_htaccess_cPanel_file_manager_settings_popup-300x202.png 300w\" sizes=\"auto, (min-width: 1360px) 876px, (min-width: 960px) calc(61.58vw + 51px), calc(100vw - 80px)\" \/><\/a>A popup box will appear. For the primary domain, click on the <strong>Web Root<\/strong> radio button. For addon domains, click on the dropdown and find your desired addon domain name. Be sure the checkbox next to <strong>Show Hidden Files<\/strong> is checked. Click the <strong>Go<\/strong> button to enter the <em>File Manager<\/em>.\n<div style=\"clear: both;\">\u00a0<\/div>\n<p>\u00a0<\/p>\n<div style=\"clear: both;\">\u00a0<\/div>\n<\/li>\n<li><a href=\"\/support\/wp-content\/uploads\/2012\/11\/edu_htaccess_cPanel_file_manager_code_edit_highlight.png\" rel=\"lightbox-0\"><img loading=\"lazy\" decoding=\"async\" class=\"std_ss size-full wp-image-5734\" style=\"float: right; margin: 0px 15px 15px 15px; width: 200px;\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/11\/edu_htaccess_cPanel_file_manager_code_edit_highlight.png\" alt=\"file-manager-htaccess\" width=\"927\" height=\"754\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/11\/edu_htaccess_cPanel_file_manager_code_edit_highlight.png 927w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/11\/edu_htaccess_cPanel_file_manager_code_edit_highlight-300x244.png 300w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/11\/edu_htaccess_cPanel_file_manager_code_edit_highlight-768x625.png 768w\" sizes=\"auto, (min-width: 1360px) 876px, (min-width: 960px) calc(61.58vw + 51px), calc(100vw - 80px)\" \/><\/a> You should now be in the root folder of the domain you chose. Look for the <em>.htaccess<\/em> file and right click on it. This brings up a menu. Find and click on the <strong>Code Edit <\/strong>option. If you get a popup box, simply find and click the <strong>Code Edit <\/strong>button in the lower right corner to continue to the editor.\n<div style=\"clear: both;\">\u00a0<\/div>\n<\/li>\n<li>You are now in the htaccess editor. Paste the following code in the file to prevent access to your selected file. In our example below, we decided to hide the file named filetohide.jpg. This can be a file of any type (html, jpg, php, etc.)<br>\n<code>&lt;FilesMatch \".(htaccess|htpasswd|ini|psd|log|sh)$\"&gt;<br>\nOrder Allow,Deny<br>\nDeny from all<br>\n&lt;\/FilesMatch&gt;<\/code><\/li>\n<li>Be sure to hit the <strong>Save Changes<\/strong> button in the upper right corner to save your new htaccess configuration.<\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<p>The .htaccess file is a hidden text file within your hosting account that can be very powerful. It is designed so that you can modify it to change the behavior of your website that normally would take higher access beyond your account. It acts as a liaison between your domain and the server and can<a class=\"moretag\" href=\"https:\/\/www.inmotionhosting.com\/support\/website\/htaccess-prevent-filetype\/\"> Read More ><\/a><\/p>\n","protected":false},"author":8,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[4288],"tags":[],"class_list":["post-479","post","type-post","status-publish","format-standard","hentry","category-website"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to prevent access to multiple file types in htaccess | InMotion Hosting<\/title>\n<meta name=\"description\" content=\"This htaccess article guides you in preventing access from specific file types on your server.\" \/>\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.inmotionhosting.com\/support\/website\/htaccess-prevent-filetype\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to prevent access to multiple file types in htaccess | InMotion Hosting\" \/>\n<meta property=\"og:description\" content=\"This htaccess article guides you in preventing access from specific file types on your server.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inmotionhosting.com\/support\/website\/htaccess-prevent-filetype\/\" \/>\n<meta property=\"og:site_name\" content=\"InMotion Hosting Support Center\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/inmotionhosting\/\" \/>\n<meta property=\"article:published_time\" content=\"2012-11-15T15:31:29+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-06-12T18:44:05+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/11\/cpanel_cPanel_fileManager_highlight.png\" \/>\n<meta name=\"author\" content=\"Scott Mitchell\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:site\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Scott Mitchell\" \/>\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.inmotionhosting.com\/support\/website\/htaccess-prevent-filetype\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/htaccess-prevent-filetype\/\"},\"author\":{\"name\":\"Scott Mitchell\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/d850efb28ef3573db7d24b0d8fa9eaed\"},\"headline\":\"How to prevent access to multiple file types in htaccess\",\"datePublished\":\"2012-11-15T15:31:29+00:00\",\"dateModified\":\"2023-06-12T18:44:05+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/htaccess-prevent-filetype\/\"},\"wordCount\":371,\"commentCount\":1,\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/htaccess-prevent-filetype\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/11\/cpanel_cPanel_fileManager_highlight.png\",\"articleSection\":[\"Website\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/website\/htaccess-prevent-filetype\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/htaccess-prevent-filetype\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/website\/htaccess-prevent-filetype\/\",\"name\":\"How to prevent access to multiple file types in htaccess | InMotion Hosting\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/htaccess-prevent-filetype\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/htaccess-prevent-filetype\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/11\/cpanel_cPanel_fileManager_highlight.png\",\"datePublished\":\"2012-11-15T15:31:29+00:00\",\"dateModified\":\"2023-06-12T18:44:05+00:00\",\"description\":\"This htaccess article guides you in preventing access from specific file types on your server.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/htaccess-prevent-filetype\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/website\/htaccess-prevent-filetype\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/htaccess-prevent-filetype\/#primaryimage\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/11\/cpanel_cPanel_fileManager_highlight.png\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/11\/cpanel_cPanel_fileManager_highlight.png\",\"width\":820,\"height\":427,\"caption\":\"cpanel\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/htaccess-prevent-filetype\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.inmotionhosting.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to prevent access to multiple file types in htaccess\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"name\":\"InMotion Hosting Support Center\",\"description\":\"Web Hosting Support &amp; Tutorials\",\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\",\"name\":\"InMotion Hosting\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"width\":696,\"height\":696,\"caption\":\"InMotion Hosting\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/inmotionhosting\/\",\"https:\/\/x.com\/InMotionHosting\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/d850efb28ef3573db7d24b0d8fa9eaed\",\"name\":\"Scott Mitchell\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/author\/scott\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to prevent access to multiple file types in htaccess | InMotion Hosting","description":"This htaccess article guides you in preventing access from specific file types on your server.","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.inmotionhosting.com\/support\/website\/htaccess-prevent-filetype\/","og_locale":"en_US","og_type":"article","og_title":"How to prevent access to multiple file types in htaccess | InMotion Hosting","og_description":"This htaccess article guides you in preventing access from specific file types on your server.","og_url":"https:\/\/www.inmotionhosting.com\/support\/website\/htaccess-prevent-filetype\/","og_site_name":"InMotion Hosting Support Center","article_publisher":"https:\/\/www.facebook.com\/inmotionhosting\/","article_published_time":"2012-11-15T15:31:29+00:00","article_modified_time":"2023-06-12T18:44:05+00:00","og_image":[{"url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/11\/cpanel_cPanel_fileManager_highlight.png","type":"","width":"","height":""}],"author":"Scott Mitchell","twitter_card":"summary_large_image","twitter_creator":"@InMotionHosting","twitter_site":"@InMotionHosting","twitter_misc":{"Written by":"Scott Mitchell","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/htaccess-prevent-filetype\/#article","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/htaccess-prevent-filetype\/"},"author":{"name":"Scott Mitchell","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/d850efb28ef3573db7d24b0d8fa9eaed"},"headline":"How to prevent access to multiple file types in htaccess","datePublished":"2012-11-15T15:31:29+00:00","dateModified":"2023-06-12T18:44:05+00:00","mainEntityOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/htaccess-prevent-filetype\/"},"wordCount":371,"commentCount":1,"publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/htaccess-prevent-filetype\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/11\/cpanel_cPanel_fileManager_highlight.png","articleSection":["Website"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.inmotionhosting.com\/support\/website\/htaccess-prevent-filetype\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/htaccess-prevent-filetype\/","url":"https:\/\/www.inmotionhosting.com\/support\/website\/htaccess-prevent-filetype\/","name":"How to prevent access to multiple file types in htaccess | InMotion Hosting","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/htaccess-prevent-filetype\/#primaryimage"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/htaccess-prevent-filetype\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/11\/cpanel_cPanel_fileManager_highlight.png","datePublished":"2012-11-15T15:31:29+00:00","dateModified":"2023-06-12T18:44:05+00:00","description":"This htaccess article guides you in preventing access from specific file types on your server.","breadcrumb":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/htaccess-prevent-filetype\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inmotionhosting.com\/support\/website\/htaccess-prevent-filetype\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/htaccess-prevent-filetype\/#primaryimage","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/11\/cpanel_cPanel_fileManager_highlight.png","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/11\/cpanel_cPanel_fileManager_highlight.png","width":820,"height":427,"caption":"cpanel"},{"@type":"BreadcrumbList","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/htaccess-prevent-filetype\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inmotionhosting.com\/support\/"},{"@type":"ListItem","position":2,"name":"How to prevent access to multiple file types in htaccess"}]},{"@type":"WebSite","@id":"https:\/\/www.inmotionhosting.com\/support\/#website","url":"https:\/\/www.inmotionhosting.com\/support\/","name":"InMotion Hosting Support Center","description":"Web Hosting Support &amp; Tutorials","publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.inmotionhosting.com\/support\/#organization","name":"InMotion Hosting","url":"https:\/\/www.inmotionhosting.com\/support\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","width":696,"height":696,"caption":"InMotion Hosting"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/inmotionhosting\/","https:\/\/x.com\/InMotionHosting"]},{"@type":"Person","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/d850efb28ef3573db7d24b0d8fa9eaed","name":"Scott Mitchell","url":"https:\/\/www.inmotionhosting.com\/support\/author\/scott\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"primary_category":null,"_links":{"self":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/479","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/comments?post=479"}],"version-history":[{"count":7,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/479\/revisions"}],"predecessor-version":[{"id":105149,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/479\/revisions\/105149"}],"wp:attachment":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media?parent=479"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/categories?post=479"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/tags?post=479"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}