{"id":737,"date":"2020-12-18T00:33:00","date_gmt":"2020-12-17T22:33:00","guid":{"rendered":"http:\/\/blog.robinglauser.ch\/?p=737"},"modified":"2020-12-18T02:03:10","modified_gmt":"2020-12-18T00:03:10","slug":"create-dynamic-virtual-hosts-on-xampp-with-windows","status":"publish","type":"post","link":"https:\/\/www.robinglauser.ch\/blog\/2020\/12\/18\/create-dynamic-virtual-hosts-on-xampp-with-windows\/","title":{"rendered":"Create dynamic virtual hosts on XAMPP with Windows"},"content":{"rendered":"\n<p class=\"has-text-align-center\"><strong>I just tested it and it still works in 2020 with the newest XAMPP Version.<\/strong><\/p>\n\n\n\n<p>This is a short tutorial how the get up and running with dynamic virtual hosts with XAMPP on Windows. The goal of this tutorial is to be able to create a directory like &#8220;local.mywebsite.com&#8221; in your&nbsp;C:\\xampp\\htdocs\\ to add a virtual host dynamically.<\/p>\n\n\n\n<p>First of we have to install <a href=\"https:\/\/www.apachefriends.org\/\" target=\"_blank\" rel=\"noopener noreferrer\">XAMPP<\/a> if you haven&#8217;t already. Please install it into the default folder&nbsp;C:\\xampp because this will save us some typing later on.<\/p>\n\n\n\n<p>After the <a href=\"https:\/\/www.apachefriends.org\/\" target=\"_blank\" rel=\"noopener noreferrer\">XAMPP<\/a> installation is finished we have to activate the vhost module in Apache. To do this you have to open the file\u00a0C:\\xampp\\apache\\conf\\httpd.conf and remove the # at the beginning\u00a0of this line.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">LoadModule vhost_alias_module modules\/mod_vhost_alias.so<\/pre>\n\n\n\n<p>Next paste the following snippet into your&nbsp;C:\\xampp\\apache\\conf\\extra\\httpd-vhosts.conf file.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">&lt;VirtualHost *:80>\n    UseCanonicalName Off\n    ServerAlias *\n    VirtualDocumentRoot \"C:\/xampp\/htdocs\/%0\"\n    VirtualScriptAlias \"C:\/xampp\/htdocs\/%0\"\n    LogLevel debug\n    &lt;Directory \"C:\/xampp\/htdocs\/\">\n        Options Indexes FollowSymLinks\n        AllowOverride All\n        Order Allow,Deny\n        Allow from all\n        Require local\n    &lt;\/Directory>\n&lt;\/VirtualHost><\/pre>\n\n\n\n<p>And that&#8217;s it. Now we just have to test it out. To see error when starting apache it&#8217;s best not to start it with the XAMPP panel but to start it by executing the&nbsp;&nbsp;C:\\xampp\\apache_start.bat script. The script will show you if there are any problems with your configuration when starting apache.<\/p>\n\n\n\n<p>If you run into problems at this point leave a comment with your error message and I&#8217;ll try to help you. (Except if you&#8217;ve installed your XAMPP into the programs folder, in this case I can&#8217;t help you any longer.)<\/p>\n\n\n\n<p>When there aren&#8217;t any problems you can start Apache from now on with the XAMPP panel. If you now want to add a host you can just create the folder in your&nbsp;C:\\xampp\\htdocs\\ folder and add a entry to your&nbsp;C:\\Windows\\system32\\drivers\\etc\\hosts&nbsp;file. (To edit this file open your text editor first with admin rights.)<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">127.0.0.1 beta.eggworks.ch<\/pre>\n\n\n\n<p>Now you&#8217;re all setup. If you have any comments, proposals or ideas how to improve this article feel free to comment below.<\/p>\n","protected":false},"excerpt":{"rendered":"<p class=\"excerpt\">I just tested it and it still works in 2020 with the newest XAMPP Version. This is a short tutorial how the get up and running with dynamic virtual hosts with XAMPP on Windows. The goal of this tutorial is to be able to create a directory like &#8220;local.mywebsite.com&#8221; in your&nbsp;C:\\xampp\\htdocs\\ to add a virtual host dynamically. First of we &#8230; <a class=\"read-more\" href=\"https:\/\/www.robinglauser.ch\/blog\/2020\/12\/18\/create-dynamic-virtual-hosts-on-xampp-with-windows\/\">Read More<\/a><\/p>\n","protected":false},"author":2,"featured_media":3158,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[45,5],"tags":[68,67,66],"class_list":["post-737","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-development","category-fresh","tag-vhost","tag-windows","tag-xampp"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Create dynamic virtual hosts on XAMPP with Windows - Robin Glauser<\/title>\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.robinglauser.ch\/blog\/2020\/12\/18\/create-dynamic-virtual-hosts-on-xampp-with-windows\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Create dynamic virtual hosts on XAMPP with Windows - Robin Glauser\" \/>\n<meta property=\"og:description\" content=\"I just tested it and it still works in 2020 with the newest XAMPP Version. This is a short tutorial how the get up and running with dynamic virtual hosts with XAMPP on Windows. The goal of this tutorial is to be able to create a directory like &#8220;local.mywebsite.com&#8221; in your&nbsp;C:xampphtdocs to add a virtual host dynamically. First of we ... Read More\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.robinglauser.ch\/blog\/2020\/12\/18\/create-dynamic-virtual-hosts-on-xampp-with-windows\/\" \/>\n<meta property=\"og:site_name\" content=\"Robin Glauser\" \/>\n<meta property=\"article:published_time\" content=\"2020-12-17T22:33:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-12-18T00:03:10+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.robinglauser.ch\/blog\/wp-content\/uploads\/2020\/12\/aldebaran-s-uXchDIKs4qI-unsplash.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2406\" \/>\n\t<meta property=\"og:image:height\" content=\"2411\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Robin Glauser\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@robinglauser\" \/>\n<meta name=\"twitter:site\" content=\"@robinglauser\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Robin Glauser\" \/>\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.robinglauser.ch\/blog\/2020\/12\/18\/create-dynamic-virtual-hosts-on-xampp-with-windows\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.robinglauser.ch\/blog\/2020\/12\/18\/create-dynamic-virtual-hosts-on-xampp-with-windows\/\"},\"author\":{\"name\":\"Robin Glauser\",\"@id\":\"https:\/\/www.robinglauser.ch\/blog\/#\/schema\/person\/e1a94504a6ff5171fa13670932514b19\"},\"headline\":\"Create dynamic virtual hosts on XAMPP with Windows\",\"datePublished\":\"2020-12-17T22:33:00+00:00\",\"dateModified\":\"2020-12-18T00:03:10+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.robinglauser.ch\/blog\/2020\/12\/18\/create-dynamic-virtual-hosts-on-xampp-with-windows\/\"},\"wordCount\":347,\"commentCount\":7,\"publisher\":{\"@id\":\"https:\/\/www.robinglauser.ch\/blog\/#\/schema\/person\/e1a94504a6ff5171fa13670932514b19\"},\"image\":{\"@id\":\"https:\/\/www.robinglauser.ch\/blog\/2020\/12\/18\/create-dynamic-virtual-hosts-on-xampp-with-windows\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.robinglauser.ch\/blog\/wp-content\/uploads\/2020\/12\/aldebaran-s-uXchDIKs4qI-unsplash.jpg\",\"keywords\":[\"vhost\",\"windows\",\"xampp\"],\"articleSection\":[\"Development\",\"Fresh\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.robinglauser.ch\/blog\/2020\/12\/18\/create-dynamic-virtual-hosts-on-xampp-with-windows\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.robinglauser.ch\/blog\/2020\/12\/18\/create-dynamic-virtual-hosts-on-xampp-with-windows\/\",\"url\":\"https:\/\/www.robinglauser.ch\/blog\/2020\/12\/18\/create-dynamic-virtual-hosts-on-xampp-with-windows\/\",\"name\":\"Create dynamic virtual hosts on XAMPP with Windows - Robin Glauser\",\"isPartOf\":{\"@id\":\"https:\/\/www.robinglauser.ch\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.robinglauser.ch\/blog\/2020\/12\/18\/create-dynamic-virtual-hosts-on-xampp-with-windows\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.robinglauser.ch\/blog\/2020\/12\/18\/create-dynamic-virtual-hosts-on-xampp-with-windows\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.robinglauser.ch\/blog\/wp-content\/uploads\/2020\/12\/aldebaran-s-uXchDIKs4qI-unsplash.jpg\",\"datePublished\":\"2020-12-17T22:33:00+00:00\",\"dateModified\":\"2020-12-18T00:03:10+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.robinglauser.ch\/blog\/2020\/12\/18\/create-dynamic-virtual-hosts-on-xampp-with-windows\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.robinglauser.ch\/blog\/2020\/12\/18\/create-dynamic-virtual-hosts-on-xampp-with-windows\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.robinglauser.ch\/blog\/2020\/12\/18\/create-dynamic-virtual-hosts-on-xampp-with-windows\/#primaryimage\",\"url\":\"https:\/\/www.robinglauser.ch\/blog\/wp-content\/uploads\/2020\/12\/aldebaran-s-uXchDIKs4qI-unsplash.jpg\",\"contentUrl\":\"https:\/\/www.robinglauser.ch\/blog\/wp-content\/uploads\/2020\/12\/aldebaran-s-uXchDIKs4qI-unsplash.jpg\",\"width\":2406,\"height\":2411},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.robinglauser.ch\/blog\/2020\/12\/18\/create-dynamic-virtual-hosts-on-xampp-with-windows\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.robinglauser.ch\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Create dynamic virtual hosts on XAMPP with Windows\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.robinglauser.ch\/blog\/#website\",\"url\":\"https:\/\/www.robinglauser.ch\/blog\/\",\"name\":\"Robin Glauser\",\"description\":\"My Blog about Development, Design and my random thoughts.\",\"publisher\":{\"@id\":\"https:\/\/www.robinglauser.ch\/blog\/#\/schema\/person\/e1a94504a6ff5171fa13670932514b19\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.robinglauser.ch\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/www.robinglauser.ch\/blog\/#\/schema\/person\/e1a94504a6ff5171fa13670932514b19\",\"name\":\"Robin Glauser\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.robinglauser.ch\/blog\/wp-content\/uploads\/2015\/10\/DSC_1244_small.jpg\",\"url\":\"https:\/\/www.robinglauser.ch\/blog\/wp-content\/uploads\/2015\/10\/DSC_1244_small.jpg\",\"contentUrl\":\"https:\/\/www.robinglauser.ch\/blog\/wp-content\/uploads\/2015\/10\/DSC_1244_small.jpg\",\"width\":800,\"height\":530,\"caption\":\"Robin Glauser\"},\"logo\":{\"@id\":\"https:\/\/www.robinglauser.ch\/blog\/wp-content\/uploads\/2015\/10\/DSC_1244_small.jpg\"},\"description\":\"I'm a web developer.\",\"sameAs\":[\"https:\/\/www.robinglauser.ch\",\"https:\/\/www.instagram.com\/robinglauser\/\",\"https:\/\/x.com\/robinglauser\"],\"url\":\"https:\/\/www.robinglauser.ch\/blog\/author\/robin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Create dynamic virtual hosts on XAMPP with Windows - Robin Glauser","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.robinglauser.ch\/blog\/2020\/12\/18\/create-dynamic-virtual-hosts-on-xampp-with-windows\/","og_locale":"en_US","og_type":"article","og_title":"Create dynamic virtual hosts on XAMPP with Windows - Robin Glauser","og_description":"I just tested it and it still works in 2020 with the newest XAMPP Version. This is a short tutorial how the get up and running with dynamic virtual hosts with XAMPP on Windows. The goal of this tutorial is to be able to create a directory like &#8220;local.mywebsite.com&#8221; in your&nbsp;C:xampphtdocs to add a virtual host dynamically. First of we ... Read More","og_url":"https:\/\/www.robinglauser.ch\/blog\/2020\/12\/18\/create-dynamic-virtual-hosts-on-xampp-with-windows\/","og_site_name":"Robin Glauser","article_published_time":"2020-12-17T22:33:00+00:00","article_modified_time":"2020-12-18T00:03:10+00:00","og_image":[{"width":2406,"height":2411,"url":"https:\/\/www.robinglauser.ch\/blog\/wp-content\/uploads\/2020\/12\/aldebaran-s-uXchDIKs4qI-unsplash.jpg","type":"image\/jpeg"}],"author":"Robin Glauser","twitter_card":"summary_large_image","twitter_creator":"@robinglauser","twitter_site":"@robinglauser","twitter_misc":{"Written by":"Robin Glauser","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.robinglauser.ch\/blog\/2020\/12\/18\/create-dynamic-virtual-hosts-on-xampp-with-windows\/#article","isPartOf":{"@id":"https:\/\/www.robinglauser.ch\/blog\/2020\/12\/18\/create-dynamic-virtual-hosts-on-xampp-with-windows\/"},"author":{"name":"Robin Glauser","@id":"https:\/\/www.robinglauser.ch\/blog\/#\/schema\/person\/e1a94504a6ff5171fa13670932514b19"},"headline":"Create dynamic virtual hosts on XAMPP with Windows","datePublished":"2020-12-17T22:33:00+00:00","dateModified":"2020-12-18T00:03:10+00:00","mainEntityOfPage":{"@id":"https:\/\/www.robinglauser.ch\/blog\/2020\/12\/18\/create-dynamic-virtual-hosts-on-xampp-with-windows\/"},"wordCount":347,"commentCount":7,"publisher":{"@id":"https:\/\/www.robinglauser.ch\/blog\/#\/schema\/person\/e1a94504a6ff5171fa13670932514b19"},"image":{"@id":"https:\/\/www.robinglauser.ch\/blog\/2020\/12\/18\/create-dynamic-virtual-hosts-on-xampp-with-windows\/#primaryimage"},"thumbnailUrl":"https:\/\/www.robinglauser.ch\/blog\/wp-content\/uploads\/2020\/12\/aldebaran-s-uXchDIKs4qI-unsplash.jpg","keywords":["vhost","windows","xampp"],"articleSection":["Development","Fresh"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.robinglauser.ch\/blog\/2020\/12\/18\/create-dynamic-virtual-hosts-on-xampp-with-windows\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.robinglauser.ch\/blog\/2020\/12\/18\/create-dynamic-virtual-hosts-on-xampp-with-windows\/","url":"https:\/\/www.robinglauser.ch\/blog\/2020\/12\/18\/create-dynamic-virtual-hosts-on-xampp-with-windows\/","name":"Create dynamic virtual hosts on XAMPP with Windows - Robin Glauser","isPartOf":{"@id":"https:\/\/www.robinglauser.ch\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.robinglauser.ch\/blog\/2020\/12\/18\/create-dynamic-virtual-hosts-on-xampp-with-windows\/#primaryimage"},"image":{"@id":"https:\/\/www.robinglauser.ch\/blog\/2020\/12\/18\/create-dynamic-virtual-hosts-on-xampp-with-windows\/#primaryimage"},"thumbnailUrl":"https:\/\/www.robinglauser.ch\/blog\/wp-content\/uploads\/2020\/12\/aldebaran-s-uXchDIKs4qI-unsplash.jpg","datePublished":"2020-12-17T22:33:00+00:00","dateModified":"2020-12-18T00:03:10+00:00","breadcrumb":{"@id":"https:\/\/www.robinglauser.ch\/blog\/2020\/12\/18\/create-dynamic-virtual-hosts-on-xampp-with-windows\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.robinglauser.ch\/blog\/2020\/12\/18\/create-dynamic-virtual-hosts-on-xampp-with-windows\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.robinglauser.ch\/blog\/2020\/12\/18\/create-dynamic-virtual-hosts-on-xampp-with-windows\/#primaryimage","url":"https:\/\/www.robinglauser.ch\/blog\/wp-content\/uploads\/2020\/12\/aldebaran-s-uXchDIKs4qI-unsplash.jpg","contentUrl":"https:\/\/www.robinglauser.ch\/blog\/wp-content\/uploads\/2020\/12\/aldebaran-s-uXchDIKs4qI-unsplash.jpg","width":2406,"height":2411},{"@type":"BreadcrumbList","@id":"https:\/\/www.robinglauser.ch\/blog\/2020\/12\/18\/create-dynamic-virtual-hosts-on-xampp-with-windows\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.robinglauser.ch\/blog\/"},{"@type":"ListItem","position":2,"name":"Create dynamic virtual hosts on XAMPP with Windows"}]},{"@type":"WebSite","@id":"https:\/\/www.robinglauser.ch\/blog\/#website","url":"https:\/\/www.robinglauser.ch\/blog\/","name":"Robin Glauser","description":"My Blog about Development, Design and my random thoughts.","publisher":{"@id":"https:\/\/www.robinglauser.ch\/blog\/#\/schema\/person\/e1a94504a6ff5171fa13670932514b19"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.robinglauser.ch\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/www.robinglauser.ch\/blog\/#\/schema\/person\/e1a94504a6ff5171fa13670932514b19","name":"Robin Glauser","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.robinglauser.ch\/blog\/wp-content\/uploads\/2015\/10\/DSC_1244_small.jpg","url":"https:\/\/www.robinglauser.ch\/blog\/wp-content\/uploads\/2015\/10\/DSC_1244_small.jpg","contentUrl":"https:\/\/www.robinglauser.ch\/blog\/wp-content\/uploads\/2015\/10\/DSC_1244_small.jpg","width":800,"height":530,"caption":"Robin Glauser"},"logo":{"@id":"https:\/\/www.robinglauser.ch\/blog\/wp-content\/uploads\/2015\/10\/DSC_1244_small.jpg"},"description":"I'm a web developer.","sameAs":["https:\/\/www.robinglauser.ch","https:\/\/www.instagram.com\/robinglauser\/","https:\/\/x.com\/robinglauser"],"url":"https:\/\/www.robinglauser.ch\/blog\/author\/robin\/"}]}},"_links":{"self":[{"href":"https:\/\/www.robinglauser.ch\/blog\/wp-json\/wp\/v2\/posts\/737","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.robinglauser.ch\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.robinglauser.ch\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.robinglauser.ch\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.robinglauser.ch\/blog\/wp-json\/wp\/v2\/comments?post=737"}],"version-history":[{"count":15,"href":"https:\/\/www.robinglauser.ch\/blog\/wp-json\/wp\/v2\/posts\/737\/revisions"}],"predecessor-version":[{"id":3181,"href":"https:\/\/www.robinglauser.ch\/blog\/wp-json\/wp\/v2\/posts\/737\/revisions\/3181"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.robinglauser.ch\/blog\/wp-json\/wp\/v2\/media\/3158"}],"wp:attachment":[{"href":"https:\/\/www.robinglauser.ch\/blog\/wp-json\/wp\/v2\/media?parent=737"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.robinglauser.ch\/blog\/wp-json\/wp\/v2\/categories?post=737"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.robinglauser.ch\/blog\/wp-json\/wp\/v2\/tags?post=737"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}