{"id":771,"date":"2020-06-11T12:21:07","date_gmt":"2020-06-11T19:21:07","guid":{"rendered":"https:\/\/SUMMALAI.COM\/?p=771"},"modified":"2020-06-13T23:39:17","modified_gmt":"2020-06-14T06:39:17","slug":"redirect-request-from-http-to-https-apache","status":"publish","type":"post","link":"https:\/\/SUMMALAI.COM\/?p=771","title":{"rendered":"Redirect Request from HTTP to HTTPS (Apache)"},"content":{"rendered":"\n<p>original: <a href=\"https:\/\/cwiki.apache.org\/confluence\/display\/HTTPD\/RedirectSSL\">https:\/\/cwiki.apache.org\/confluence\/display\/HTTPD\/RedirectSSL<\/a><\/p>\n\n\n\n<p>Let&#8217;s say you want&nbsp;http:\/\/www.example.com\/secure\/&nbsp;to always be sent over SSL (I presume here that both the normal and the SSL vhost have the same content). You could do this by linking to the correct page from within your HTML pages&#8230; but there will always be some user who will sneak by it that way.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"https:\/\/cwiki.apache.org\/confluence\/display\/HTTPD\/RedirectSSL#RedirectSSL-RedirectRequesttoSSL\">Redirect Request to SSL<\/a><ul><li><a href=\"https:\/\/cwiki.apache.org\/confluence\/display\/HTTPD\/RedirectSSL#RedirectSSL-Usingvirtualhosts(usingredirect)\">Using virtual hosts (using redirect)<\/a><\/li><li><a href=\"https:\/\/cwiki.apache.org\/confluence\/display\/HTTPD\/RedirectSSL#RedirectSSL-Using.htaccessfilesandredirect\">Using .htaccess files and redirect<\/a><\/li><li><a href=\"https:\/\/cwiki.apache.org\/confluence\/display\/HTTPD\/RedirectSSL#RedirectSSL-Usingmod_rewrite\">Using mod_rewrite<\/a><\/li><\/ul><\/li><\/ul>\n\n\n\n<p><strong>Using virtual hosts (using redirect)<\/strong><\/p>\n\n\n\n<p>When using SSL, you will frequently have at least two virtual hosts: one on port 80 to serve ordinary requests, and one on port 443 to serve SSL. If you wish to redirect users from the non-secure site to the SSL site, you can use an ordinary&nbsp;<a href=\"http:\/\/httpd.apache.org\/docs\/trunk\/mod\/mod_alias.html#redirect\">Redirect<\/a>&nbsp;directive inside the non-secure&nbsp;<a href=\"https:\/\/cwiki.apache.org\/confluence\/display\/HTTPD\/RedirectSSL\">VirtualHost<\/a>:<\/p>\n\n\n\n<p><strong>Note:<\/strong>&nbsp;The&nbsp;NameVirtualHost&nbsp;directive only applies to the 2.2.x releases of httpd.<\/p>\n\n\n\n<p>NameVirtualHost *:80<\/p>\n\n\n\n<p>&lt;VirtualHost *:80&gt;<\/p>\n\n\n\n<p>&nbsp;&nbsp; ServerName mysite.example.com<\/p>\n\n\n\n<p>&nbsp;&nbsp; DocumentRoot \/usr\/local\/apache2\/htdocs<\/p>\n\n\n\n<p>&nbsp;&nbsp; Redirect \/secure https:\/\/mysite.example.com\/secure<\/p>\n\n\n\n<p>&lt;\/VirtualHost&gt;<\/p>\n\n\n\n<p>&lt;VirtualHost _default_:443&gt;<\/p>\n\n\n\n<p>&nbsp;&nbsp; ServerName mysite.example.com<\/p>\n\n\n\n<p>&nbsp;&nbsp; DocumentRoot \/usr\/local\/apache2\/htdocs<\/p>\n\n\n\n<p>&nbsp;&nbsp; SSLEngine On<\/p>\n\n\n\n<p># etc&#8230;<\/p>\n\n\n\n<p>&lt;\/VirtualHost&gt;<\/p>\n\n\n\n<p>When redirecting everything you don&#8217;t even need a DocumentRoot:<\/p>\n\n\n\n<p>NameVirtualHost *:80<\/p>\n\n\n\n<p>&lt;VirtualHost *:80&gt;<\/p>\n\n\n\n<p>&nbsp;&nbsp; ServerName www.example.com<\/p>\n\n\n\n<p>&nbsp;&nbsp; Redirect \/ https:\/\/secure.example.com\/<\/p>\n\n\n\n<p>&lt;\/VirtualHost&gt;<\/p>\n\n\n\n<p>&lt;VirtualHost _default_:443&gt;<\/p>\n\n\n\n<p>&nbsp;&nbsp; ServerName secure.example.com<\/p>\n\n\n\n<p>&nbsp;&nbsp; DocumentRoot \/usr\/local\/apache2\/htdocs<\/p>\n\n\n\n<p>&nbsp;&nbsp; SSLEngine On<\/p>\n\n\n\n<p># etc&#8230;<\/p>\n\n\n\n<p>&lt;\/VirtualHost&gt;<\/p>\n\n\n\n<p><strong>Note:<\/strong>&nbsp;Once the configuration is working as intended, a permanent redirection can be considered. This avoids caching issues by most browsers while testing. The directive would then become:<\/p>\n\n\n\n<p>&nbsp;&nbsp; Redirect permanent \/ https:\/\/secure.example.com\/<\/p>\n\n\n\n<p><strong>Using .htaccess files and redirect<\/strong><\/p>\n\n\n\n<p>Redirect can also be used inside .htaccess files or to address particular URLs, as in:<\/p>\n\n\n\n<p>Example:<\/p>\n\n\n\n<p>&nbsp;&nbsp; Redirect \/login https:\/\/mysite.example.com\/login<\/p>\n\n\n\n<p><strong>Using mod_rewrite<\/strong><\/p>\n\n\n\n<p>While the&nbsp;&lt;VirtualHost&gt;&nbsp;the solution is recommended because it is simpler and safer, you can also use mod_rewrite to get the same effect as described here:&nbsp;<a href=\"https:\/\/cwiki.apache.org\/confluence\/display\/HTTPD\/RewriteHTTPToHTTPS\">RewriteHTTPToHTTPS<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>original: https:\/\/cwiki.apache.org\/confluence\/display\/HTTPD\/RedirectSSL Let&#8217;s say you want&nbsp;http:\/\/www.example.com\/secure\/&nbsp;to always be sent over SSL (I presume here that both the normal and the SSL vhost have the same content). You could do this by linking to the correct page from within your HTML pages&#8230; but there will always be some user who will sneak by it that way. <a class=\"read-more\" href=\"https:\/\/SUMMALAI.COM\/?p=771\">Read More<\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[104,5],"tags":[106,105],"class_list":["post-771","post","type-post","status-publish","format-standard","hentry","category-apache","category-linux","tag-https","tag-redirect"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"original: https:\/\/cwiki.apache.org\/confluence\/display\/HTTPD\/RedirectSSL Let&#039;s say you want http:\/\/www.example.com\/secure\/ to always be sent over SSL (I presume here that both the normal and the SSL vhost have the same content). You could do this by linking to the correct page from within your HTML pages... but there will always be some user who will sneak by it that way.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Summa Lai\"\/>\n\t<meta name=\"keywords\" content=\"https,redirect,apache,linux family\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/SUMMALAI.COM\/?p=771\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=771#article\",\"name\":\"Redirect Request from HTTP to HTTPS (Apache) | Summa Lai\",\"headline\":\"Redirect Request from HTTP to HTTPS (Apache)\",\"author\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?author=2#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/#person\"},\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=771#articleImage\",\"url\":\"https:\\\/\\\/SUMMALAI.COM\\\/wp-content\\\/uploads\\\/2020\\\/05\\\/Summa_Logo-150x150.png\",\"width\":96,\"height\":96,\"caption\":\"Summa Lai\"},\"datePublished\":\"2020-06-11T12:21:07-07:00\",\"dateModified\":\"2020-06-13T23:39:17-07:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=771#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=771#webpage\"},\"articleSection\":\"Apache, Linux Family, https, Redirect\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=771#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/SUMMALAI.COM\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=5#listItem\",\"name\":\"Linux Family\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=5#listItem\",\"position\":2,\"name\":\"Linux Family\",\"item\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=5\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=104#listItem\",\"name\":\"Apache\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=104#listItem\",\"position\":3,\"name\":\"Apache\",\"item\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=104\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=771#listItem\",\"name\":\"Redirect Request from HTTP to HTTPS (Apache)\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=5#listItem\",\"name\":\"Linux Family\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=771#listItem\",\"position\":4,\"name\":\"Redirect Request from HTTP to HTTPS (Apache)\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=104#listItem\",\"name\":\"Apache\"}}]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/#person\",\"name\":\"sladmin\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=771#personImage\",\"url\":\"https:\\\/\\\/SUMMALAI.COM\\\/wp-content\\\/uploads\\\/2020\\\/05\\\/Summa_Logo-150x150.png\",\"width\":96,\"height\":96,\"caption\":\"sladmin\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?author=2#author\",\"url\":\"https:\\\/\\\/SUMMALAI.COM\\\/?author=2\",\"name\":\"Summa Lai\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=771#authorImage\",\"url\":\"https:\\\/\\\/SUMMALAI.COM\\\/wp-content\\\/uploads\\\/2020\\\/05\\\/Summa_Logo-150x150.png\",\"width\":96,\"height\":96,\"caption\":\"Summa Lai\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=771#webpage\",\"url\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=771\",\"name\":\"Redirect Request from HTTP to HTTPS (Apache) | Summa Lai\",\"description\":\"original: https:\\\/\\\/cwiki.apache.org\\\/confluence\\\/display\\\/HTTPD\\\/RedirectSSL Let's say you want http:\\\/\\\/www.example.com\\\/secure\\\/ to always be sent over SSL (I presume here that both the normal and the SSL vhost have the same content). You could do this by linking to the correct page from within your HTML pages... but there will always be some user who will sneak by it that way.\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=771#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?author=2#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?author=2#author\"},\"datePublished\":\"2020-06-11T12:21:07-07:00\",\"dateModified\":\"2020-06-13T23:39:17-07:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/#website\",\"url\":\"https:\\\/\\\/SUMMALAI.COM\\\/\",\"name\":\"Summa Lai\",\"description\":\"Never Stop Learning, Building a Little Wiki...\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/#person\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Redirect Request from HTTP to HTTPS (Apache) | Summa Lai","description":"original: https:\/\/cwiki.apache.org\/confluence\/display\/HTTPD\/RedirectSSL Let's say you want http:\/\/www.example.com\/secure\/ to always be sent over SSL (I presume here that both the normal and the SSL vhost have the same content). You could do this by linking to the correct page from within your HTML pages... but there will always be some user who will sneak by it that way.","canonical_url":"https:\/\/SUMMALAI.COM\/?p=771","robots":"max-image-preview:large","keywords":"https,redirect,apache,linux family","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/SUMMALAI.COM\/?p=771#article","name":"Redirect Request from HTTP to HTTPS (Apache) | Summa Lai","headline":"Redirect Request from HTTP to HTTPS (Apache)","author":{"@id":"https:\/\/SUMMALAI.COM\/?author=2#author"},"publisher":{"@id":"https:\/\/SUMMALAI.COM\/#person"},"image":{"@type":"ImageObject","@id":"https:\/\/SUMMALAI.COM\/?p=771#articleImage","url":"https:\/\/SUMMALAI.COM\/wp-content\/uploads\/2020\/05\/Summa_Logo-150x150.png","width":96,"height":96,"caption":"Summa Lai"},"datePublished":"2020-06-11T12:21:07-07:00","dateModified":"2020-06-13T23:39:17-07:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/SUMMALAI.COM\/?p=771#webpage"},"isPartOf":{"@id":"https:\/\/SUMMALAI.COM\/?p=771#webpage"},"articleSection":"Apache, Linux Family, https, Redirect"},{"@type":"BreadcrumbList","@id":"https:\/\/SUMMALAI.COM\/?p=771#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM#listItem","position":1,"name":"Home","item":"https:\/\/SUMMALAI.COM","nextItem":{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?cat=5#listItem","name":"Linux Family"}},{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?cat=5#listItem","position":2,"name":"Linux Family","item":"https:\/\/SUMMALAI.COM\/?cat=5","nextItem":{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?cat=104#listItem","name":"Apache"},"previousItem":{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?cat=104#listItem","position":3,"name":"Apache","item":"https:\/\/SUMMALAI.COM\/?cat=104","nextItem":{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?p=771#listItem","name":"Redirect Request from HTTP to HTTPS (Apache)"},"previousItem":{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?cat=5#listItem","name":"Linux Family"}},{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?p=771#listItem","position":4,"name":"Redirect Request from HTTP to HTTPS (Apache)","previousItem":{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?cat=104#listItem","name":"Apache"}}]},{"@type":"Person","@id":"https:\/\/SUMMALAI.COM\/#person","name":"sladmin","image":{"@type":"ImageObject","@id":"https:\/\/SUMMALAI.COM\/?p=771#personImage","url":"https:\/\/SUMMALAI.COM\/wp-content\/uploads\/2020\/05\/Summa_Logo-150x150.png","width":96,"height":96,"caption":"sladmin"}},{"@type":"Person","@id":"https:\/\/SUMMALAI.COM\/?author=2#author","url":"https:\/\/SUMMALAI.COM\/?author=2","name":"Summa Lai","image":{"@type":"ImageObject","@id":"https:\/\/SUMMALAI.COM\/?p=771#authorImage","url":"https:\/\/SUMMALAI.COM\/wp-content\/uploads\/2020\/05\/Summa_Logo-150x150.png","width":96,"height":96,"caption":"Summa Lai"}},{"@type":"WebPage","@id":"https:\/\/SUMMALAI.COM\/?p=771#webpage","url":"https:\/\/SUMMALAI.COM\/?p=771","name":"Redirect Request from HTTP to HTTPS (Apache) | Summa Lai","description":"original: https:\/\/cwiki.apache.org\/confluence\/display\/HTTPD\/RedirectSSL Let's say you want http:\/\/www.example.com\/secure\/ to always be sent over SSL (I presume here that both the normal and the SSL vhost have the same content). You could do this by linking to the correct page from within your HTML pages... but there will always be some user who will sneak by it that way.","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/SUMMALAI.COM\/#website"},"breadcrumb":{"@id":"https:\/\/SUMMALAI.COM\/?p=771#breadcrumblist"},"author":{"@id":"https:\/\/SUMMALAI.COM\/?author=2#author"},"creator":{"@id":"https:\/\/SUMMALAI.COM\/?author=2#author"},"datePublished":"2020-06-11T12:21:07-07:00","dateModified":"2020-06-13T23:39:17-07:00"},{"@type":"WebSite","@id":"https:\/\/SUMMALAI.COM\/#website","url":"https:\/\/SUMMALAI.COM\/","name":"Summa Lai","description":"Never Stop Learning, Building a Little Wiki...","inLanguage":"en-US","publisher":{"@id":"https:\/\/SUMMALAI.COM\/#person"}}]}},"aioseo_meta_data":{"post_id":"771","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":"Article","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,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2020-12-20 22:14:40","updated":"2024-01-12 04:33:26","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/SUMMALAI.COM\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/SUMMALAI.COM\/?cat=5\" title=\"Linux Family\">Linux Family<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/SUMMALAI.COM\/?cat=104\" title=\"Apache\">Apache<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tRedirect Request from HTTP to HTTPS (Apache)\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/SUMMALAI.COM"},{"label":"Linux Family","link":"https:\/\/SUMMALAI.COM\/?cat=5"},{"label":"Apache","link":"https:\/\/SUMMALAI.COM\/?cat=104"},{"label":"Redirect Request from HTTP to HTTPS (Apache)","link":"https:\/\/SUMMALAI.COM\/?p=771"}],"_links":{"self":[{"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=\/wp\/v2\/posts\/771","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=771"}],"version-history":[{"count":0,"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=\/wp\/v2\/posts\/771\/revisions"}],"wp:attachment":[{"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=771"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=771"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=771"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}