{"id":1728,"date":"2012-08-30T14:34:30","date_gmt":"2012-08-30T14:34:30","guid":{"rendered":"https:\/\/www.inmotionhosting.com\/support\/2012\/08\/30\/change-path-to-temp-folder\/"},"modified":"2021-11-19T02:00:22","modified_gmt":"2021-11-19T07:00:22","slug":"change-path-to-temp-folder","status":"publish","type":"post","link":"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-3\/change-path-to-temp-folder\/","title":{"rendered":"How to change the path to your Temp Directory in Joomla 3.1"},"content":{"rendered":"<p>One of the settings available in Joomla 3.0 is the <strong>Path to Temp Folder<\/strong>. It\u2019s safe to assume that this <em>temporary folder<\/em> is used for miscellaneous purposes, and the files stored in this folder are most likely deleted or moved to a more permanent location almost immediately after being put in the tmp folder.<\/p>\n<p>\u00a0<\/p>\n<h2>What is the Temp Folder used for?<\/h2>\n<p>In an attempt to find out what the temp folder is used for, we changed the permissions of the folder to 000, so that no files could be written to it. We then ran a few tests to find out what processes use the temp folder, as they should report an error because of the changes we made.<\/p>\n<p>The tmp folder is defined here:<\/p>\n<table class=\"article_table\">\n<tbody>\n<tr>\n<th>File:<\/th>\n<td>configuration.php<\/td>\n<\/tr>\n<tr>\n<th>Variable:<\/th>\n<td>\n<pre class=\"code_block\">public $tmp_path = '\/home\/bradm\/public_html\/github2\/tmp';<\/pre>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Components within Joomla can reference this setting by use of the following code:<\/p>\n<pre class=\"code_block\">JFactory::getApplication()-&gt;getCfg('tmp_path')<\/pre>\n<p>We scanned all the files in Joomla that reference the temp folder, and it appears that in most cases, the tmp folder is used to extract compressed files. For example, if you upload a component in a .zip format, Joomla will use the tmp folder to first unzip the contents of the file.<\/p>\n<p>\u00a0<\/p>\n<h2>What error do I get if there is a problem with the Temp Folder?<\/h2>\n<p>In our testing, when we removed all permissions from the temp folder and tried to upload a Joomla module in a .zip format, Joomla 3.0 gave us the following errors:<\/p>\n<p><a href=\"\/support\/wp-content\/uploads\/2012\/08\/edu_joomla-3_global-configuration_no-permissions-on-tmp-folder.gif\" rel=\"lightbox-0\"><img decoding=\"async\" width=\"698\" height=\"475\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/08\/edu_joomla-3_global-configuration_no-permissions-on-tmp-folder.gif\" class=\"optimized-lcp-image\" alt=\"no-permissions-on-tmp-folder\" loading=\"eager\" fetchpriority=\"high\" sizes=\"(max-width: 768px) 100vw, 768px\"><\/a><\/p>\n<div style=\"clear:both;\"><\/div>\n<p><strong>Warning<\/strong><br><em>Warning: Failed to move file!<\/em><\/p>\n<p>JFolder: :files: Path is not a folder. Path: \/home\/bradm\/public_html\/github2\/tmp\/install_503f7ef32c55c<\/p>\n<p>JFolder: :folder: Path is not a folder. Path: \/home\/bradm\/public_html\/github2\/tmp\/install_503f7ef32c55c<\/p>\n<p>JFolder: :files: Path is not a folder. Path: \/home\/bradm\/public_html\/github2\/tmp\/install_503f7ef32c55c<\/p>\n<p>JInstaller: :Install: Cannot find Joomla XML setup file<\/p>\n<p><strong>Error<\/strong><br><em>Archive does not exist<\/em><\/p>\n<div style=\"clear: both;\"><\/div>\n<p>\u00a0<\/p>\n<h2>To change the location of your temp folder:<\/h2>\n<ol class=\"article_list\">\n<li><a href=\"\/support\/edu\/joomla\/joomla-3\/how-to-log-in-to-administrative-dashboard\/\">Log into your Joomla 3.0 admin dashboard<\/a><\/li>\n<li>In the left menu, click the <strong>Global Configuration<\/strong> link<\/li>\n<li>At the top of the page, you will see several tabs such as Site, System, Server, etc. <strong>Click the Server tab<\/strong>.<\/li>\n<li>Next to <strong>Path to Temp Folder<\/strong>, enter the full path to your tmp folder and then click the Save button in the top left of the page.\n<p>By default it will be set to (path\/to\/joomla)\/tmp <\/p>\n<p class=\"alert\">If the new temp folder does not exist, Joomla 3.0 will attempt to create it the next time it needs it.<\/p>\n<\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<p>One of the settings available in Joomla 3.0 is the Path to Temp Folder. It\u2019s safe to assume that this temporary folder is used for miscellaneous purposes, and the files stored in this folder are most likely deleted or moved to a more permanent location almost immediately after being put in the tmp folder. \u00a0<a class=\"moretag\" href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-3\/change-path-to-temp-folder\/\"> Read More ><\/a><\/p>\n","protected":false},"author":2,"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":[4403,94],"tags":[4404],"class_list":["post-1728","post","type-post","status-publish","format-standard","hentry","category-joomla","category-joomla-3","tag-joomla-v3"],"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 change the path to your Temp Directory in Joomla 3.1 | InMotion Hosting<\/title>\n<meta name=\"description\" content=\"In this tutorial, we&#039;ll explain how Joomla 3.0 uses the temp folder setting, and how you can change the location of the temp folder.\" \/>\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\/edu\/joomla\/joomla-3\/change-path-to-temp-folder\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to change the path to your Temp Directory in Joomla 3.1 | InMotion Hosting\" \/>\n<meta property=\"og:description\" content=\"In this tutorial, we&#039;ll explain how Joomla 3.0 uses the temp folder setting, and how you can change the location of the temp folder.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-3\/change-path-to-temp-folder\/\" \/>\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-08-30T14:34:30+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-11-19T07:00:22+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/08\/edu_joomla-3_global-configuration_no-permissions-on-tmp-folder.gif\" \/>\n<meta name=\"author\" content=\"Brad Markle\" \/>\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=\"Brad Markle\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-3\/change-path-to-temp-folder\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-3\/change-path-to-temp-folder\/\"},\"author\":{\"name\":\"Brad Markle\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/5ae05d1210b0ef63c437ccedce2799bf\"},\"headline\":\"How to change the path to your Temp Directory in Joomla 3.1\",\"datePublished\":\"2012-08-30T14:34:30+00:00\",\"dateModified\":\"2021-11-19T07:00:22+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-3\/change-path-to-temp-folder\/\"},\"wordCount\":426,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-3\/change-path-to-temp-folder\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/08\/edu_joomla-3_global-configuration_no-permissions-on-tmp-folder.gif\",\"keywords\":[\"Joomla v3\"],\"articleSection\":[\"Joomla\",\"Joomla 3\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-3\/change-path-to-temp-folder\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-3\/change-path-to-temp-folder\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-3\/change-path-to-temp-folder\/\",\"name\":\"How to change the path to your Temp Directory in Joomla 3.1 | InMotion Hosting\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-3\/change-path-to-temp-folder\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-3\/change-path-to-temp-folder\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/08\/edu_joomla-3_global-configuration_no-permissions-on-tmp-folder.gif\",\"datePublished\":\"2012-08-30T14:34:30+00:00\",\"dateModified\":\"2021-11-19T07:00:22+00:00\",\"description\":\"In this tutorial, we'll explain how Joomla 3.0 uses the temp folder setting, and how you can change the location of the temp folder.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-3\/change-path-to-temp-folder\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-3\/change-path-to-temp-folder\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-3\/change-path-to-temp-folder\/#primaryimage\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/08\/edu_joomla-3_global-configuration_no-permissions-on-tmp-folder.gif\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/08\/edu_joomla-3_global-configuration_no-permissions-on-tmp-folder.gif\",\"width\":698,\"height\":475,\"caption\":\"no-permissions-on-tmp-folder\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-3\/change-path-to-temp-folder\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.inmotionhosting.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to change the path to your Temp Directory in Joomla 3.1\"}]},{\"@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\/5ae05d1210b0ef63c437ccedce2799bf\",\"name\":\"Brad Markle\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/author\/bradm\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to change the path to your Temp Directory in Joomla 3.1 | InMotion Hosting","description":"In this tutorial, we'll explain how Joomla 3.0 uses the temp folder setting, and how you can change the location of the temp folder.","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\/edu\/joomla\/joomla-3\/change-path-to-temp-folder\/","og_locale":"en_US","og_type":"article","og_title":"How to change the path to your Temp Directory in Joomla 3.1 | InMotion Hosting","og_description":"In this tutorial, we'll explain how Joomla 3.0 uses the temp folder setting, and how you can change the location of the temp folder.","og_url":"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-3\/change-path-to-temp-folder\/","og_site_name":"InMotion Hosting Support Center","article_publisher":"https:\/\/www.facebook.com\/inmotionhosting\/","article_published_time":"2012-08-30T14:34:30+00:00","article_modified_time":"2021-11-19T07:00:22+00:00","og_image":[{"url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/08\/edu_joomla-3_global-configuration_no-permissions-on-tmp-folder.gif","type":"","width":"","height":""}],"author":"Brad Markle","twitter_card":"summary_large_image","twitter_creator":"@InMotionHosting","twitter_site":"@InMotionHosting","twitter_misc":{"Written by":"Brad Markle","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-3\/change-path-to-temp-folder\/#article","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-3\/change-path-to-temp-folder\/"},"author":{"name":"Brad Markle","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/5ae05d1210b0ef63c437ccedce2799bf"},"headline":"How to change the path to your Temp Directory in Joomla 3.1","datePublished":"2012-08-30T14:34:30+00:00","dateModified":"2021-11-19T07:00:22+00:00","mainEntityOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-3\/change-path-to-temp-folder\/"},"wordCount":426,"commentCount":0,"publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-3\/change-path-to-temp-folder\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/08\/edu_joomla-3_global-configuration_no-permissions-on-tmp-folder.gif","keywords":["Joomla v3"],"articleSection":["Joomla","Joomla 3"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-3\/change-path-to-temp-folder\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-3\/change-path-to-temp-folder\/","url":"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-3\/change-path-to-temp-folder\/","name":"How to change the path to your Temp Directory in Joomla 3.1 | InMotion Hosting","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-3\/change-path-to-temp-folder\/#primaryimage"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-3\/change-path-to-temp-folder\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/08\/edu_joomla-3_global-configuration_no-permissions-on-tmp-folder.gif","datePublished":"2012-08-30T14:34:30+00:00","dateModified":"2021-11-19T07:00:22+00:00","description":"In this tutorial, we'll explain how Joomla 3.0 uses the temp folder setting, and how you can change the location of the temp folder.","breadcrumb":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-3\/change-path-to-temp-folder\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-3\/change-path-to-temp-folder\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-3\/change-path-to-temp-folder\/#primaryimage","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/08\/edu_joomla-3_global-configuration_no-permissions-on-tmp-folder.gif","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/08\/edu_joomla-3_global-configuration_no-permissions-on-tmp-folder.gif","width":698,"height":475,"caption":"no-permissions-on-tmp-folder"},{"@type":"BreadcrumbList","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-3\/change-path-to-temp-folder\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inmotionhosting.com\/support\/"},{"@type":"ListItem","position":2,"name":"How to change the path to your Temp Directory in Joomla 3.1"}]},{"@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\/5ae05d1210b0ef63c437ccedce2799bf","name":"Brad Markle","url":"https:\/\/www.inmotionhosting.com\/support\/author\/bradm\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"primary_category":null,"_links":{"self":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/1728","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\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/comments?post=1728"}],"version-history":[{"count":4,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/1728\/revisions"}],"predecessor-version":[{"id":92144,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/1728\/revisions\/92144"}],"wp:attachment":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media?parent=1728"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/categories?post=1728"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/tags?post=1728"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}