{"id":89253,"date":"2020-07-21T01:42:24","date_gmt":"2020-07-20T23:42:24","guid":{"rendered":"https:\/\/prohoster.info\/blog\/administrirovanie\/krutye-uri-ne-izmenyayutsya"},"modified":"2020-07-21T01:42:24","modified_gmt":"2020-07-20T23:42:24","slug":"krutye-uri-ne-izmenyayutsya","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/krutye-uri-ne-izmenyayutsya","title":{"rendered":"Cool URIs do not change","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p>Author \u2014 Sir Tim Berners-Lee, inventor of URI, URL, HTTP, HTML, and the World Wide Web, current head of W3C. The article was written in 1998 <\/p>\n<p>What makes a URI 'cool'?<br \/>\nOne that does not change.<br \/>\nHow do URIs change?<br \/>\n<i>URIs do not change: people change them.<\/i> <\/p>\n<p>In theory, people have no reason to change URIs (or stop maintaining documents), but in practice, there are millions of reasons.<\/p>\n<p>Theoretically, the nominal owner of a domain name space indeed owns that space and, consequently, all URIs within it. Except for insolvency, nothing prevents the domain name owner from retaining that name. And theoretically, the URI space under your domain name is completely under your control, so you can make it as stable as you like. To a significant extent, the only plausible reason for a document to disappear from the internet is that the company that owned the domain name went out of business or can no longer afford to maintain the server. So why are there so many broken links in the world? Partly it's just a lack of foresight. Here are some reasons you might hear:<br \/>\n<noindex><a rel=\"nofollow\" name=\"habracut\"><\/a><\/noindex><\/p>\n<h4>We just reorganized the site to make it better.<\/h4>\n<p>\nDo you really think that old URIs can no longer work? If so, then you picked them very poorly. Consider making sure the new ones are preserved after the next redesign.<\/p>\n<h4>We have so much material that we can't keep track of what's outdated, what's confidential, and what's still relevant, so we figured it would be better to just turn it all off.<\/h4>\n<p>\nI can only sympathize. W3C went through a period where we had to carefully sift through archived materials for privacy concerns before making them public. The decision needs to be made in advance \u2014 ensure that you record an acceptable audience, creation date, and ideally, expiration date with each document. Preserve that metadata.<\/p>\n<h4>Well, we found that we need to move the files\u2026<\/h4>\n<p>\nThis is one of the lamest excuses. Many don\u2019t realize that web servers allow you to manage the relationship between a URI of an object and its actual location in the file system. Imagine the URI space as an abstract realm, perfectly organized. Then map it to any reality you are actually using to implement it. Finally, inform the web server about this. You can even write a snippet of your server to get everything right.<\/p>\n<p>John no longer maintains this file; now Jane does.<\/p>\n<p>Was John's name in the URI? No, the file was just in his directory. Well, that makes sense.<\/p>\n<h4>We used to use a CGI script for this, but now we use a binary program.<\/h4>\n<p>\nThere\u2019s a crazy idea that script-generated pages should reside in the \"cgibin\" or \"cgi\" area. This exposes the mechanism of how you run your web server. Change the mechanism (even while keeping the content), and oops \u2014 all your URIs change.<\/p>\n<p>Let\u2019s take, for example, the National Science Foundation (NSF):<\/p>\n<p>NSF online documents<\/p>\n<pre>http:\/\/www.nsf.gov\/cgi-bin\/pubsys\/browser\/odbrowse.pl<\/pre>\n<p>\nThe first page to start viewing documents clearly won\u2019t remain that way in a few years. <code>cgi-bin<\/code>, <code>oldbrowse<\/code> and <code>pl<\/code>\u00a0\u2014 all of this gives fragments of information about how-we-do-it-now. If you use a page to search for a document, you receive just as poor results first:<\/p>\n<p>Cryptography and Coding Theory Working Group Report<\/p>\n<pre>http:\/\/www.nsf.gov\/cgi-bin\/getpub?nsf9814<\/pre>\n<p>\nfor the document's index page, although the HTML document itself looks much better:<\/p>\n<pre>http:\/\/www.nsf.gov\/pubs\/1998\/nsf9814\/nsf9814.htm<\/pre>\n<p>\nHere, the title pubs\/1998 will give any future archival service a good key to understand that an old classification scheme from 1998 is in effect. Although in 2098 document numbers may look different, I can imagine that this URI will still be valid, and it won\u2019t hinder NSF or any other organization that will maintain the archive.<\/p>\n<h4>I didn\u2019t think that URLs needed to be permanent \u2014 there were URNs.<\/h4>\n<p>\nThis is probably one of the worst side effects of discussing URNs. Some think that because of research into a more permanent namespace, they can be careless about dangling links since \"URNs will fix all this.\" If you are one of these people, allow me to disappoint you.<\/p>\n<p>Most of the URN schemes I have seen look like an authority identifier followed by either a date and a string of your choice or just a string of your choice. This is very similar to an HTTP URI. In other words, if you believe your organization will be able to create long-lasting URNs, then prove it now by using them for your HTTP URIs. There is nothing in HTTP that makes your URI unstable. Only your organization can do that. Create a database that maps the document's URN to its current file name, and let the web server use it to actually retrieve the files.<\/p>\n<p>If you've made it this far, then if you don't have the time, money, and connections to develop any software, you can state the following excuse:<\/p>\n<h4>We wanted to, but we simply don't have the necessary tools.<\/h4>\n<p>\nAnd one can feel sorry for that. I completely agree. What you need to do is get the web server to instantly process the persistent URI and return the file, wherever it may currently reside in your current crazy file system. You want to store all URIs in a file as a check and continually maintain a database according to its relevance. You want to preserve the relationships between different versions and translations of the same document, as well as keep an independent checksum record to ensure protection against file corruption due to accidental errors. And web servers simply do not come out of the box with these features. When you want to create a new document, your editor asks for a URI.<\/p>\n<p>You need the ability to change ownership, access to the document, archival-level security, and more in the URI space without changing the URI.<\/p>\n<p>It\u2019s all too bad. But we will fix it. At W3C, we use the functionality of Jigedit (the Jigsaw server for editing), which tracks versions, and we are experimenting with document creation scripts. If you are developing tools, servers, and clients, pay attention to this issue!<\/p>\n<p>This excuse also applies to many W3C pages, including this one: so do what I say, not what I do.<\/p>\n<h1>Why should I care?<\/h1>\n<p>\nWhen you change the URI on your server, you can never fully say who will have links to the old URI. These can be links from regular web pages, bookmarks to your page, or a URI scribbled in the margins of a letter to a friend.<\/p>\n<p>When someone clicks a link and it's broken, they usually lose trust in the server owner. They are also disappointed\u2014both emotionally and practically\u2014by the inability to reach their goal.<\/p>\n<p>Many people constantly complain about broken links, and I hope the damage is clear. I also hope the reputational damage to the server maintainer, where the document has disappeared, is equally obvious.<\/p>\n<h1>So what should I do? Design URIs.<\/h1>\n<p>\nIt's the webmaster's duty to design URIs that can be used in two years, in twenty years, and even in two hundred years. This requires thoughtfulness, organization, and determination.<\/p>\n<p>URIs change when any information within them changes. It's very important how you design them. (What, design URIs? Do I need to design URIs? Yes, you should think about it). Designing essentially means leaving out any information from the URI.<\/p>\n<p>The creation date of the document\u2014the date the URI is issued\u2014is something that will never change. It is very useful for differentiating requests that use the new system from those using the old system. It\u2019s a good starting point for a URI. If the document has a date attached, even if it will remain relevant in the future, that\u2019s a good place to start.<\/p>\n<p>The only exception is a page that is intentionally the 'last' version, such as for an entire organization or a large part of it.<\/p>\n<pre>http:\/\/www.pathfinder.com\/money\/moneydaily\/latest\/<\/pre>\n<p>\nThis is the last column of Money Daily in the Money magazine. The main reason why this URI doesn\u2019t need a date is that there\u2019s no reason to keep the URI that will outlive the magazine. The concept of Money Daily will disappear when Money ceases to exist. If you want to reference the content, it should be referenced separately in archives:<\/p>\n<pre>http:\/\/www.pathfinder.com\/money\/moneydaily\/1998\/981212.moneyonline.html<\/pre>\n<p>\n(Looks good. Assumes that \"money\" will mean the same throughout the existence of pathfinder.com. There\u2019s duplication of \"98\" and an unnecessary \".html\", but otherwise it looks like a strong URI.)<\/p>\n<h4>What to leave aside<\/h4>\n<p>\nEverything! Besides the creation date, putting any information in the URI invites problems in one way or another.<\/p>\n<ul>\n<li><b>Author's name<\/b>Authorship can change with the release of new versions. People leave organizations and hand things over to others.\n<\/li>\n<li><b>Subject<\/b>It's very difficult. It always looks good initially, but changes surprisingly quickly. I'll explain more about this below.\n<\/li>\n<li><b>Status<\/b>Catalogs like 'old', 'draft', and so on, not to mention 'latest' and 'cool', appear in all file systems. Documents change status \u2014 otherwise, there's no point in creating drafts. The latest version of a document needs a constant identifier, regardless of its status. Keep the status out of the name.\n<\/li>\n<li><b>Access<\/b>At W3C, we divided the site into sections for employees, members, and the public. It sounds good, but of course, documents start as team ideas from employees, are discussed with members, and then become public. It's truly frustrating if every time a document opens for broader discussion, all old links to it break! Now we move on to a simple date code.\n<\/li>\n<li><b>File extension<\/b>. Very common occurrence. \"cgi\", even \".html\" will change in the future. Perhaps in 20 years you won't be using HTML for that page, but today's links to it should still work. Canonical links on the W3C site do not use an extension (<noindex><a rel=\"nofollow\" href=\"#1\">how to do this<\/a><\/noindex>).\n<\/li>\n<li><b>Software mechanisms<\/b>. In the URI, look for \"cgi\", \"exec\" and other terms that scream \u2018look at what software we\u2019re using\u2019. Does anyone want to dedicate their whole life to Perl CGI scripts? No? Then remove the .pl extension. Read the server guide on how to do that.\n<\/li>\n<li>Drive name. Come on! But I've seen that.<\/li>\n<\/ul>\n<p>\nSo the best example from our site is simply<\/p>\n<pre>http:\/\/www.w3.org\/1998\/12\/01\/chairs<\/pre>\n<p>\n... the minutes report from the W3C chair meetings.<\/p>\n<h4>Topics and classification by topics<\/h4>\n<p>\nI will elaborate more on this danger, as it is one of the hardest things to avoid. Generally, themes end up in the URI when you classify your documents by the work performed. But this breakdown will change over time. Area names will change. At W3C, we wanted to transition from MarkUP to Markup, and then to HTML, to reflect the actual content of the section. Furthermore, there is often a flat namespace here. A hundred years from now, are you sure you won't want to reuse anything? In our short lives, we have already wanted to reuse 'History' and 'Style Sheets', for example.<\/p>\n<p>It's an enticing way to organize a website\u2014and indeed an attractive way to organize anything, including the entire web. It's a great medium-term solution but has serious drawbacks in the long term.<\/p>\n<p>Part of the reasons lies in the philosophy of meaning. Each term in a language is a potential clustering object, and every person may have a different understanding of what it means. Since relationships between subjects are more like a web than a tree, even those who agree on the web might choose a different tree representation. These are my (often repeated) general comments on the dangers of hierarchical classification as a one-size-fits-all solution.<\/p>\n<p>In fact, when you use a theme name in the URI, you tie yourself to a certain classification. You may prefer a different one in the future. Then the URI will be subject to disruption.<\/p>\n<p>The reason for using a thematic area as part of the URI is that the responsibility for the subdivisions of the URI space is typically delegated, and then you need the name of the organizational body\u2014a department, group, or something else that is responsible for that subspace. This ties the URI to the organizational structure. Typically, it is safe only when further (to the left) the URI is secured by a date: 1998\/pics might mean to your server 'what we meant in 1998 by pics,' not 'what in 1998 we did with what we now call pics.'<\/p>\n<h4>Don't forget the domain name<\/h4>\n<p>\nRemember, this applies not only to the path in the URI but also to the server name. If you have separate servers for different things, remember that this separation will be impossible to change without destroying a lot of links. Classic mistakes like \u2018look at what software we\u2019re using today\u2019 are domain names like \"cgi.pathfinder.com\", \"secure\", \"lists.w3.org\". They are created to simplify server administration. Regardless of whether the domain represents some division in your company, document status, access level, or security level, be very, very cautious before using more than one domain name for multiple types of documents. Remember that you can hide multiple web servers within one visible web server using redirection and proxying.<\/p>\n<p>Yes, and think about your domain name as well. You don't want to be referred to as soap.com after you change your product line and stop making soap (Apologies to whoever owns soap.com at the moment).<\/p>\n<h1>Conclusion<\/h1>\n<p>\nMaintaining a URI for 2, 20, 200, or even 2000 years is clearly not as easy as it seems. However, throughout the internet, webmasters make decisions that truly complicate this task for themselves in the future. Often this happens because they use tools whose purpose is to present the best website only at the moment\u2014and no one has considered what will happen to the links when everything changes. However, the point here is that a lot, a lot can change, and your URIs can and should remain the same. This is only possible when you think about how you create them.<\/p>\n<p>See also:<\/p>\n<ul>\n<li><noindex><a rel=\"nofollow\" href=\"http:\/\/www.useit.com\/alertbox\/990321.html\">Jakob Nielsen's tirade on the same topic<\/a><\/noindex><\/li>\n<\/ul>\n<p><\/p>\n<h1>Additions<\/h1>\n<p>\n<noindex><a rel=\"nofollow\" name=\"1\"><\/a><\/noindex><\/p>\n<h4>How to remove file extensions\u2026<\/h4>\n<p>\n...from URIs in the current web server based on files?<\/p>\n<p>If you are using, for example, Apache, you can configure it to negotiate content. You keep the file extension (e.g., .png) in the file (e.g., <i>mydog.png<\/i>), but you can reference a web resource without it. Then Apache checks the directory for all files with this name and any extension, and can choose the best from the set (for example, GIF and PNG). There's no need to place different file types in separate directories; indeed, content negotiation won't work if you do that.<\/p>\n<ul>\n<li>Configure your server for content negotiation\n<\/li>\n<li>Always link to URIs without extensions<\/li>\n<\/ul>\n<p>\nLinks with extensions will still work, but will not allow your server to choose the best format available now and in the future.<\/p>\n<p>(In fact, <code>mydog<\/code>, <code>mydog.png<\/code> and <code>mydog.gif<\/code> \u2014 valid web resources, <code>mydog<\/code> \u2014 is a resource of a universal content type, and <code>mydog.png<\/code> and <code>mydog.gif<\/code> \u2014 resources of a specific content type).<\/p>\n<p>Of course, if you are writing your own web server, it would be nice to use a database to bind permanent identifiers to their current form, although beware of uncontrolled database growth.<\/p>\n<h1>Hall of Shame \u2014 Story 1: Channel 7<\/h1>\n<p>\nThroughout 1999, I was tracking school closures due to snow on the page <code> http:\/\/www.whdh.com\/stormforce\/closings.shtml<\/code>. You can't just wait for information to appear at the bottom of the TV screen! I linked to it from my homepage. The first major snowstorm of 2000 hits, and I check the page. It says:<\/p>\n<p><i> \u2014 As of.<br \/>\nCurrently, nothing is closed. Please check back for weather alerts.<\/i> <\/p>\n<p>Can't be, such a strong storm. Interestingly, the date is missing. But if you go to the homepage of the site, there will be a big button 'Closed Schools' leading to a page <code>http:\/\/www.whdh.com\/stormforce\/<\/code> with a long list of closed schools.<\/p>\n<p>Maybe they changed the system for retrieving the list \u2014 but they didn't need to change the URI.<\/p>\n<h1>Hall of Shame \u2014 Story 2: Microsoft Netmeeting<\/h1>\n<p>\nWith the growing dependence on the Internet came the clever idea of embedding links to the manufacturer's site in applications. This was often done and greatly abused, but \u2014 you can't change the URL. Just the other day, I tried a link from Microsoft Netmeeting 2\/something in the Help\/Microsoft on the Web\/Free stuff menu and got a 404 error \u2014 server not found. Maybe they fixed it already...<\/p>\n<p><i>&copy;1998 <noindex><a rel=\"nofollow\" href=\"https:\/\/www.w3.org\/People\/Berners-Lee\/\">Tim BL<\/a><\/noindex><\/i> <\/p>\n<p>Historical note: at the end of the 20th century, when this was written, \"cool\" was an epithet of approval, especially among youth, indicating trendiness, quality, or relevance. In haste, URI paths were often chosen for their \"coolness\" rather than usefulness or durability. This note is an attempt to redirect the energy behind the quest for coolness.<br \/>\n<br \/>Source: <a content=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/habr.com\/ru\/post\/511508\/\">habr.com<\/a> <\/p>","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"excerpt":{"rendered":"<p>\u0410\u0432\u0442\u043e\u0440 \u2014 \u0441\u044d\u0440 \u0422\u0438\u043c \u0411\u0435\u0440\u043d\u0435\u0440\u0441-\u041b\u0438, \u0438\u0437\u043e\u0431\u0440\u0435\u0442\u0430\u0442\u0435\u043b\u044c URI, URL, HTTP, HTML \u0438 \u0412\u0441\u0435\u043c\u0438\u0440\u043d\u043e\u0439 \u043f\u0430\u0443\u0442\u0438\u043d\u044b, \u0434\u0435\u0439\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0439 \u0433\u043b\u0430\u0432\u0430 W3C. \u0421\u0442\u0430\u0442\u044c\u044f \u043d\u0430\u043f\u0438\u0441\u0430\u043d\u0430 \u0432 1998 \u0433\u043e\u0434\u0443 \u041a\u0430\u043a\u043e\u0439 URI \u043c\u043e\u0436\u043d\u043e \u0441\u0447\u0438\u0442\u0430\u0442\u044c \u00ab\u043a\u0440\u0443\u0442\u044b\u043c\u00bb? \u0422\u0430\u043a\u043e\u0439, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u043d\u0435 \u0438\u0437\u043c\u0435\u043d\u044f\u0435\u0442\u0441\u044f. \u041a\u0430\u043a \u0438\u0437\u043c\u0435\u043d\u044f\u044e\u0442\u0441\u044f URI? URI \u043d\u0435 \u0438\u0437\u043c\u0435\u043d\u044f\u044e\u0442\u0441\u044f: \u0438\u0445 \u0438\u0437\u043c\u0435\u043d\u044f\u044e\u0442 \u043b\u044e\u0434\u0438. \u041f\u043e \u0438\u0434\u0435\u0435, \u0443 \u043b\u044e\u0434\u0435\u0439 \u043d\u0435\u0442 \u043d\u0438\u043a\u0430\u043a\u0438\u0445 \u043f\u0440\u0438\u0447\u0438\u043d \u0438\u0437\u043c\u0435\u043d\u044f\u0442\u044c URI (\u0438\u043b\u0438 \u043f\u0440\u0435\u043a\u0440\u0430\u0449\u0430\u0442\u044c \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0442\u044c \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u044b), \u043d\u043e \u043d\u0430 \u043f\u0440\u0430\u043a\u0442\u0438\u043a\u0435 [&hellip;]<\/p>\n","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[688],"tags":[],"class_list":["post-89253","post","type-post","status-publish","format-standard","hentry","category-administrirovanie"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.2 - aioseo.com -->\n\t<meta name=\"description\" content=\"\u0410\u0432\u0442\u043e\u0440 \u2014 \u0441\u044d\u0440 \u0422\u0438\u043c \u0411\u0435\u0440\u043d\u0435\u0440\u0441-\u041b\u0438, \u0438\u0437\u043e\u0431\u0440\u0435\u0442\u0430\u0442\u0435\u043b\u044c URI, URL, HTTP, HTML \u0438 \u0412\u0441\u0435\u043c\u0438\u0440\u043d\u043e\u0439 \u043f\u0430\u0443\u0442\u0438\u043d\u044b, \u0434\u0435\u0439\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0439 \u0433\u043b\u0430\u0432\u0430 W3C.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Yuri Gagarin\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/krutye-uri-ne-izmenyayutsya\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.2\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"\ud83e\udd47\u041a\u0440\u0443\u0442\u044b\u0435 URI \u043d\u0435 \u0438\u0437\u043c\u0435\u043d\u044f\u044e\u0442\u0441\u044f | ProHoster\" \/>\n\t\t<meta property=\"og:description\" content=\"\u0410\u0432\u0442\u043e\u0440 \u2014 \u0441\u044d\u0440 \u0422\u0438\u043c \u0411\u0435\u0440\u043d\u0435\u0440\u0441-\u041b\u0438, \u0438\u0437\u043e\u0431\u0440\u0435\u0442\u0430\u0442\u0435\u043b\u044c URI, URL, HTTP, HTML \u0438 \u0412\u0441\u0435\u043c\u0438\u0440\u043d\u043e\u0439 \u043f\u0430\u0443\u0442\u0438\u043d\u044b, \u0434\u0435\u0439\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0439 \u0433\u043b\u0430\u0432\u0430 W3C.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/krutye-uri-ne-izmenyayutsya\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:width\" content=\"350\" \/>\n\t\t<meta property=\"og:image:height\" content=\"350\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2020-07-20T23:42:24+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2020-07-20T23:42:24+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"\ud83e\udd47Cool URIs are immutable | ProHoster","description":"Author \u2014 Sir Tim Berners-Lee, inventor of URI, URL, HTTP, HTML, and the World Wide Web, current head of W3C.","canonical_url":"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/krutye-uri-ne-izmenyayutsya","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":null,"og:locale":"en_US","og:site_name":"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b","og:type":"article","og:title":"\ud83e\udd47\u041a\u0440\u0443\u0442\u044b\u0435 URI \u043d\u0435 \u0438\u0437\u043c\u0435\u043d\u044f\u044e\u0442\u0441\u044f | ProHoster","og:description":"\u0410\u0432\u0442\u043e\u0440 \u2014 \u0441\u044d\u0440 \u0422\u0438\u043c \u0411\u0435\u0440\u043d\u0435\u0440\u0441-\u041b\u0438, \u0438\u0437\u043e\u0431\u0440\u0435\u0442\u0430\u0442\u0435\u043b\u044c URI, URL, HTTP, HTML \u0438 \u0412\u0441\u0435\u043c\u0438\u0440\u043d\u043e\u0439 \u043f\u0430\u0443\u0442\u0438\u043d\u044b, \u0434\u0435\u0439\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0439 \u0433\u043b\u0430\u0432\u0430 W3C.","og:url":"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/krutye-uri-ne-izmenyayutsya","og:image":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:secure_url":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:width":350,"og:image:height":350,"article:published_time":"2020-07-20T23:42:24+00:00","article:modified_time":"2020-07-20T23:42:24+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":{"post_id":"89253","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"seo_analyzer_scan_date":null,"breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"ai":null,"created":"2021-02-28 13:13:29","updated":"2022-09-29 13:43:17","focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"gt_translate_keys":[{"key":"link","format":"url"}],"_links":{"self":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/89253","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/comments?post=89253"}],"version-history":[{"count":0,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/89253\/revisions"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=89253"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=89253"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=89253"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}