{"id":1020,"date":"2015-07-23T07:53:54","date_gmt":"2015-07-23T07:53:54","guid":{"rendered":"https:\/\/unihost.com\/help\/?p=1020"},"modified":"2023-01-19T13:53:58","modified_gmt":"2023-01-19T10:53:58","slug":"joomla-htaccess-file","status":"publish","type":"post","link":"https:\/\/unihost.com\/help\/ru\/joomla-htaccess-file\/","title":{"rendered":"\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0439 .htaccess \u0434\u043b\u044f Joomla"},"content":{"rendered":"<p><span style=\"font-family: Ubuntu,sans-serif;\">\u041e\u0440\u0438\u0433\u0438\u043d\u0430\u043b\u044c\u043d\u044b\u0439 \u0444\u0430\u0439\u043b .htaccess \u0434\u043b\u044f Joomla \u0431\u0443\u0434\u0435\u0442 \u043f\u043e\u043b\u0435\u0437\u0435\u043d \u0432 \u0442\u043e\u043c \u0441\u043b\u0443\u0447\u0430\u0435, \u0435\u0441\u043b\u0438 \u0432\u044b \u0435\u0433\u043e \u0441\u043b\u0443\u0447\u0430\u0439\u043d\u043e \u0443\u0434\u0430\u043b\u0438\u043b\u0438 \u0438\u043b\u0438 \u043d\u0435\u043a\u043e\u0440\u0440\u0435\u043a\u0442\u043d\u043e \u043e\u0442\u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043b\u0438.<\/span><!--more--><\/p>\n<p><span style=\"font-family: Ubuntu,sans-serif;\">\u00a0<\/span><\/p>\n<h2>\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u043e\u0433\u043e \u0444\u0430\u0439\u043b\u0430 .htaccess \u0434\u043b\u044f Joomla<\/h2>\n<pre lang=\"php\">##\r\n# @package    Joomla\r\n# @copyright  Copyright (C) 2005 - 2015 Open Source Matters. All rights reserved.\r\n# @license    GNU General Public License version 2 or later; see LICENSE.txt\r\n##\r\n\r\n##\r\n# READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE!\r\n#\r\n# The line just below this section: 'Options +FollowSymLinks' may cause problems\r\n# with some server configurations.  It is required for use of mod_rewrite, but may already\r\n# be set by your server administrator in a way that disallows changing it in\r\n# your .htaccess file.  If using it causes your server to error out, comment it out (add # to\r\n# beginning of line), reload your site in your browser and test your sef url's.  If they work,\r\n# it has been set by your server administrator and you do not need it set here.\r\n##\r\n\r\n## No directory listings\r\nIndexIgnore *\r\n\r\n## Can be commented out if causes errors, see notes above.\r\nOptions +FollowSymlinks\r\nOptions -Indexes\r\n\r\n## Mod_rewrite in use.\r\n\r\nRewriteEngine On\r\n\r\n## Begin - Rewrite rules to block out some common exploits.\r\n# If you experience problems on your site block out the operations listed below\r\n# This attempts to block the most common type of exploit `attempts` to Joomla!\r\n#\r\n# Block out any script trying to base64_encode data within the URL.\r\nRewriteCond %{QUERY_STRING} base64_encode[^(]*\\([^)]*\\) [OR]\r\n# Block out any script that includes a <script> tag in URL.\r\nRewriteCond %{QUERY_STRING} (<|%3C)([^s]*s)+cript.*(>|%3E) [NC,OR]\r\n# Block out any script trying to set a PHP GLOBALS variable via URL.\r\nRewriteCond %{QUERY_STRING} GLOBALS(=|\\[|\\%[0-9A-Z]{0,2}) [OR]\r\n# Block out any script trying to modify a _REQUEST variable via URL.\r\nRewriteCond %{QUERY_STRING} _REQUEST(=|\\[|\\%[0-9A-Z]{0,2})\r\n# Return 403 Forbidden header and show the content of the root homepage\r\nRewriteRule .* index.php [F]\r\n#\r\n## End - Rewrite rules to block out some common exploits.\r\n\r\n## Begin - Custom redirects\r\n#\r\n# If you need to redirect some pages, or set a canonical non-www to\r\n# www redirect (or vice versa), place that code here. Ensure those\r\n# redirects use the correct RewriteRule syntax and the [R=301,L] flags.\r\n#\r\n## End - Custom redirects\r\n\r\n##\r\n# Uncomment following line if your webserver's URL\r\n# is not directly related to physical file paths.\r\n# Update Your Joomla! Directory (just \/ for root).\r\n##\r\n\r\n# RewriteBase \/\r\n\r\n## Begin - Joomla! core SEF Section.\r\n#\r\nRewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]\r\n#\r\n# If the requested path and file is not \/index.php and the request\r\n# has not already been internally rewritten to the index.php script\r\nRewriteCond %{REQUEST_URI} !^\/index\\.php\r\n# and the requested path and file doesn't directly match a physical file\r\nRewriteCond %{REQUEST_FILENAME} !-f\r\n# and the requested path and file doesn't directly match a physical folder\r\nRewriteCond %{REQUEST_FILENAME} !-d\r\n# internally rewrite the request to the index.php script\r\nRewriteRule .* index.php [L]\r\n#\r\n## End - Joomla! core SEF Section.\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u041e\u0440\u0438\u0433\u0438\u043d\u0430\u043b\u044c\u043d\u044b\u0439 \u0444\u0430\u0439\u043b .htaccess \u0434\u043b\u044f Joomla \u0431\u0443\u0434\u0435\u0442 \u043f\u043e\u043b\u0435\u0437\u0435\u043d \u0432 \u0442\u043e\u043c \u0441\u043b\u0443\u0447\u0430\u0435, \u0435\u0441\u043b\u0438 \u0432\u044b \u0435\u0433\u043e \u0441\u043b\u0443\u0447\u0430\u0439\u043d\u043e \u0443\u0434\u0430\u043b\u0438\u043b\u0438 \u0438\u043b\u0438 \u043d\u0435\u043a\u043e\u0440\u0440\u0435\u043a\u0442\u043d\u043e \u043e\u0442\u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043b\u0438.<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[7,109],"tags":[110,14],"class_list":["post-1020","post","type-post","status-publish","format-standard","hentry","category-general-ru","category---htaccess","tag-htaccess","tag-joomla"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0439 .htaccess \u0434\u043b\u044f Joomla - Unihost.FAQ<\/title>\n<meta name=\"description\" content=\"\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0439 \u0444\u0430\u0439\u043b htaccess \u0434\u043b\u044f Joomla 1.5 \u0438 2.5 \u2013 3.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/unihost.com\/help\/ru\/joomla-htaccess-file\/\" \/>\n<meta property=\"og:locale\" content=\"ru_RU\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0439 .htaccess \u0434\u043b\u044f Joomla - Unihost.FAQ\" \/>\n<meta property=\"og:description\" content=\"\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0439 \u0444\u0430\u0439\u043b htaccess \u0434\u043b\u044f Joomla 1.5 \u0438 2.5 \u2013 3.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/unihost.com\/help\/ru\/joomla-htaccess-file\/\" \/>\n<meta property=\"og:site_name\" content=\"Unihost.FAQ\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/unihost\/\" \/>\n<meta property=\"article:published_time\" content=\"2015-07-23T07:53:54+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-01-19T10:53:58+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/unihost.com\/help\/minio.php?.\/unihost-logo-alt.png\" \/>\n\t<meta property=\"og:image:width\" content=\"250\" \/>\n\t<meta property=\"og:image:height\" content=\"141\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Unihost Support\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@unihost\" \/>\n<meta name=\"twitter:site\" content=\"@unihost\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Unihost Support\" \/>\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:\/\/unihost.com\/help\/ru\/joomla-htaccess-file\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/unihost.com\/help\/ru\/joomla-htaccess-file\/\"},\"author\":{\"name\":\"Unihost Support\",\"@id\":\"https:\/\/unihost.com\/help\/ru\/#\/schema\/person\/bb5ae95f38577c920e6a7507888b715a\"},\"headline\":\"\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0439 .htaccess \u0434\u043b\u044f Joomla\",\"datePublished\":\"2015-07-23T07:53:54+00:00\",\"dateModified\":\"2023-01-19T10:53:58+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/unihost.com\/help\/ru\/joomla-htaccess-file\/\"},\"wordCount\":28,\"publisher\":{\"@id\":\"https:\/\/unihost.com\/help\/ru\/#organization\"},\"keywords\":[\".htaccess\",\"Joomla\"],\"articleSection\":[\"01. \u041e\u0431\u0449\u0435\u0435\",\"\u0420\u0435\u0434\u0438\u0440\u0435\u043a\u0442\u044b \u0438 .htaccess\"],\"inLanguage\":\"ru\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/unihost.com\/help\/ru\/joomla-htaccess-file\/\",\"url\":\"https:\/\/unihost.com\/help\/ru\/joomla-htaccess-file\/\",\"name\":\"\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0439 .htaccess \u0434\u043b\u044f Joomla - Unihost.FAQ\",\"isPartOf\":{\"@id\":\"https:\/\/unihost.com\/help\/ru\/#website\"},\"datePublished\":\"2015-07-23T07:53:54+00:00\",\"dateModified\":\"2023-01-19T10:53:58+00:00\",\"description\":\"\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0439 \u0444\u0430\u0439\u043b htaccess \u0434\u043b\u044f Joomla 1.5 \u0438 2.5 \u2013 3.\",\"breadcrumb\":{\"@id\":\"https:\/\/unihost.com\/help\/ru\/joomla-htaccess-file\/#breadcrumb\"},\"inLanguage\":\"ru\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/unihost.com\/help\/ru\/joomla-htaccess-file\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/unihost.com\/help\/ru\/joomla-htaccess-file\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Unihost\",\"item\":\"https:\/\/unihost.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Help\",\"item\":\"https:\/\/unihost.com\/help\/ru\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0439 .htaccess \u0434\u043b\u044f Joomla\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/unihost.com\/help\/ru\/#website\",\"url\":\"https:\/\/unihost.com\/help\/ru\/\",\"name\":\"Unihost.FAQ\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/unihost.com\/help\/ru\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/unihost.com\/help\/ru\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ru\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/unihost.com\/help\/ru\/#organization\",\"name\":\"Unihost\",\"alternateName\":\"Unihost\",\"url\":\"https:\/\/unihost.com\/help\/ru\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ru\",\"@id\":\"https:\/\/unihost.com\/help\/ru\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/unihost.com\/help\/minio.php?2026\/01\/minio.png\",\"contentUrl\":\"https:\/\/unihost.com\/help\/minio.php?2026\/01\/minio.png\",\"width\":300,\"height\":300,\"caption\":\"Unihost\"},\"image\":{\"@id\":\"https:\/\/unihost.com\/help\/ru\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/unihost\/\",\"https:\/\/x.com\/unihost\",\"https:\/\/www.instagram.com\/unihost\/?hl=en\",\"https:\/\/www.linkedin.com\/company\/unihost-com\",\"https:\/\/www.youtube.com\/channel\/UCITKsxMDnslQY8brN3advgw\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/unihost.com\/help\/ru\/#\/schema\/person\/bb5ae95f38577c920e6a7507888b715a\",\"name\":\"Unihost Support\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ru\",\"@id\":\"https:\/\/unihost.com\/help\/ru\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/a0c9db17c2a0d93e8a0d5ac123f8c5db750ad4d3d5657369c0c4e480f5af77b8?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/a0c9db17c2a0d93e8a0d5ac123f8c5db750ad4d3d5657369c0c4e480f5af77b8?s=96&d=mm&r=g\",\"caption\":\"Unihost Support\"},\"sameAs\":[\"https:\/\/unihost.com\/\"],\"url\":\"https:\/\/unihost.com\/help\/ru\/author\/support\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0439 .htaccess \u0434\u043b\u044f Joomla - Unihost.FAQ","description":"\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0439 \u0444\u0430\u0439\u043b htaccess \u0434\u043b\u044f Joomla 1.5 \u0438 2.5 \u2013 3.","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:\/\/unihost.com\/help\/ru\/joomla-htaccess-file\/","og_locale":"ru_RU","og_type":"article","og_title":"\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0439 .htaccess \u0434\u043b\u044f Joomla - Unihost.FAQ","og_description":"\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0439 \u0444\u0430\u0439\u043b htaccess \u0434\u043b\u044f Joomla 1.5 \u0438 2.5 \u2013 3.","og_url":"https:\/\/unihost.com\/help\/ru\/joomla-htaccess-file\/","og_site_name":"Unihost.FAQ","article_publisher":"https:\/\/www.facebook.com\/unihost\/","article_published_time":"2015-07-23T07:53:54+00:00","article_modified_time":"2023-01-19T10:53:58+00:00","og_image":[{"width":250,"height":141,"url":"https:\/\/unihost.com\/help\/minio.php?.\/unihost-logo-alt.png","type":"image\/png"}],"author":"Unihost Support","twitter_card":"summary_large_image","twitter_creator":"@unihost","twitter_site":"@unihost","twitter_misc":{"Written by":"Unihost Support","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/unihost.com\/help\/ru\/joomla-htaccess-file\/#article","isPartOf":{"@id":"https:\/\/unihost.com\/help\/ru\/joomla-htaccess-file\/"},"author":{"name":"Unihost Support","@id":"https:\/\/unihost.com\/help\/ru\/#\/schema\/person\/bb5ae95f38577c920e6a7507888b715a"},"headline":"\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0439 .htaccess \u0434\u043b\u044f Joomla","datePublished":"2015-07-23T07:53:54+00:00","dateModified":"2023-01-19T10:53:58+00:00","mainEntityOfPage":{"@id":"https:\/\/unihost.com\/help\/ru\/joomla-htaccess-file\/"},"wordCount":28,"publisher":{"@id":"https:\/\/unihost.com\/help\/ru\/#organization"},"keywords":[".htaccess","Joomla"],"articleSection":["01. \u041e\u0431\u0449\u0435\u0435","\u0420\u0435\u0434\u0438\u0440\u0435\u043a\u0442\u044b \u0438 .htaccess"],"inLanguage":"ru"},{"@type":"WebPage","@id":"https:\/\/unihost.com\/help\/ru\/joomla-htaccess-file\/","url":"https:\/\/unihost.com\/help\/ru\/joomla-htaccess-file\/","name":"\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0439 .htaccess \u0434\u043b\u044f Joomla - Unihost.FAQ","isPartOf":{"@id":"https:\/\/unihost.com\/help\/ru\/#website"},"datePublished":"2015-07-23T07:53:54+00:00","dateModified":"2023-01-19T10:53:58+00:00","description":"\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0439 \u0444\u0430\u0439\u043b htaccess \u0434\u043b\u044f Joomla 1.5 \u0438 2.5 \u2013 3.","breadcrumb":{"@id":"https:\/\/unihost.com\/help\/ru\/joomla-htaccess-file\/#breadcrumb"},"inLanguage":"ru","potentialAction":[{"@type":"ReadAction","target":["https:\/\/unihost.com\/help\/ru\/joomla-htaccess-file\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/unihost.com\/help\/ru\/joomla-htaccess-file\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Unihost","item":"https:\/\/unihost.com\/"},{"@type":"ListItem","position":2,"name":"Help","item":"https:\/\/unihost.com\/help\/ru\/"},{"@type":"ListItem","position":3,"name":"\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0439 .htaccess \u0434\u043b\u044f Joomla"}]},{"@type":"WebSite","@id":"https:\/\/unihost.com\/help\/ru\/#website","url":"https:\/\/unihost.com\/help\/ru\/","name":"Unihost.FAQ","description":"","publisher":{"@id":"https:\/\/unihost.com\/help\/ru\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/unihost.com\/help\/ru\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ru"},{"@type":"Organization","@id":"https:\/\/unihost.com\/help\/ru\/#organization","name":"Unihost","alternateName":"Unihost","url":"https:\/\/unihost.com\/help\/ru\/","logo":{"@type":"ImageObject","inLanguage":"ru","@id":"https:\/\/unihost.com\/help\/ru\/#\/schema\/logo\/image\/","url":"https:\/\/unihost.com\/help\/minio.php?2026\/01\/minio.png","contentUrl":"https:\/\/unihost.com\/help\/minio.php?2026\/01\/minio.png","width":300,"height":300,"caption":"Unihost"},"image":{"@id":"https:\/\/unihost.com\/help\/ru\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/unihost\/","https:\/\/x.com\/unihost","https:\/\/www.instagram.com\/unihost\/?hl=en","https:\/\/www.linkedin.com\/company\/unihost-com","https:\/\/www.youtube.com\/channel\/UCITKsxMDnslQY8brN3advgw"]},{"@type":"Person","@id":"https:\/\/unihost.com\/help\/ru\/#\/schema\/person\/bb5ae95f38577c920e6a7507888b715a","name":"Unihost Support","image":{"@type":"ImageObject","inLanguage":"ru","@id":"https:\/\/unihost.com\/help\/ru\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/a0c9db17c2a0d93e8a0d5ac123f8c5db750ad4d3d5657369c0c4e480f5af77b8?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/a0c9db17c2a0d93e8a0d5ac123f8c5db750ad4d3d5657369c0c4e480f5af77b8?s=96&d=mm&r=g","caption":"Unihost Support"},"sameAs":["https:\/\/unihost.com\/"],"url":"https:\/\/unihost.com\/help\/ru\/author\/support\/"}]}},"_links":{"self":[{"href":"https:\/\/unihost.com\/help\/ru\/wp-json\/wp\/v2\/posts\/1020","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/unihost.com\/help\/ru\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/unihost.com\/help\/ru\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/unihost.com\/help\/ru\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/unihost.com\/help\/ru\/wp-json\/wp\/v2\/comments?post=1020"}],"version-history":[{"count":7,"href":"https:\/\/unihost.com\/help\/ru\/wp-json\/wp\/v2\/posts\/1020\/revisions"}],"predecessor-version":[{"id":6826,"href":"https:\/\/unihost.com\/help\/ru\/wp-json\/wp\/v2\/posts\/1020\/revisions\/6826"}],"wp:attachment":[{"href":"https:\/\/unihost.com\/help\/ru\/wp-json\/wp\/v2\/media?parent=1020"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/unihost.com\/help\/ru\/wp-json\/wp\/v2\/categories?post=1020"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/unihost.com\/help\/ru\/wp-json\/wp\/v2\/tags?post=1020"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}