{"id":17192,"date":"2015-05-30T16:20:23","date_gmt":"2015-05-30T21:20:23","guid":{"rendered":"https:\/\/secure.rosehosting.com\/blog\/?p=17192"},"modified":"2022-06-03T03:44:20","modified_gmt":"2022-06-03T08:44:20","slug":"configure-odoo-8-subdomain-filtering-on-a-linux-vps","status":"publish","type":"post","link":"https:\/\/www.rosehosting.com\/blog\/configure-odoo-8-subdomain-filtering-on-a-linux-vps\/","title":{"rendered":"Configure Odoo 8 subdomain filtering on a Linux VPS"},"content":{"rendered":"
<\/div>

\"odoo\"Odoo in one of the most commonly used business applications at the moment. It can be configured to use sub-domain filtering so the users can run different Odoo databases on different sub-domains. This means you can have different Odoo website\/application for different branch of your company. The Odoo sub-domain filtering is simple to configure, so if you have a Linux VPS<\/a> with Odoo installed on it, you can follow this guide.<\/p>\n

<\/p>\n

The first step is to install mod_wsgi on your server. If you have a CentOS VPS<\/a>, you can run the command:<\/p>\n

yum install mod_wsgi<\/pre>\n

Or, if you have an Ubuntu VPS<\/a>, you can run these commands to install and enable the same Apache module:<\/p>\n

apt-get install libapache2-mod-wsgi\na2enmod wsgi<\/pre>\n

Next step is to add the ‘dbfilter = ^%d$’ to your Odoo configuration file. Open your Odoo configuration file using your favorite text editor and add the following line:<\/p>\n

dbfilter = ^%d$<\/pre>\n

We assume that your Odoo configuration file is saved in your \/etc directory, so to edit the file using the ‘nano’ text editor you need to run:<\/p>\n

nano \/etc\/odoo-server.conf<\/pre>\n

Next, open the ‘\/opt\/odoo\/openerp\/tools\/config.py’ file<\/p>\n

nano \/opt\/odoo\/openerp\/tools\/config.py<\/pre>\n

and change:<\/p>\n

\"--db-filter\", dest=\"dbfilter\", my_default='.*'<\/pre>\n

to:<\/p>\n

\"--db-filter\", dest=\"dbfilter\", my_default='%d'<\/pre>\n

We assume that your Odoo is installed in your \/opt directory. If Odoo is installed in another directory, you should find and edit the corresponding file.<\/p>\n

One of the last things you need to do is to create an Apache virtual host. The Apache virtual host should contain the following lines:<\/p>\n

<VirtualHost *:80>\nServerName example.com\nServerAlias *.example.com\nWSGIScriptAlias \/ \/opt\/odoo\/openerp-wsgi.py\nWSGIDaemonProcess oe user=odoo group=odoo processes=2 python-path=\/opt\/odoo\/ display-name=apache-odoo\nWSGIProcessGroup oe\nErrorLog \/var\/log\/odoo\/odoo-error.log\nCustomLog \/var\/log\/odoo\/odoo-access.log combined\n<Directory \/opt\/odoo>\n#Order allow,deny\n#Allow from all\nOptions All\nAllowOverride All\nRequire all granted\n<\/Directory>\n<\/VirtualHost><\/pre>\n

Again, you can edit the virtual host to match your needs. Of course, you need to use a valid domain name which should be pointed to your server IP address.<\/p>\n

In order to get the Odoo sub-domain filter to work, you need to create sub-domains and point them to your Linux VPS<\/a> IP address. To complete this task, you need to edit the zone file of your domain name.<\/p>\n

Last but not least, you need to create separate databases for your sub-domains. Open your favorite web browser and navigate to:<\/p>\n

http:\/\/example.com:8069\/web\/database\/manager<\/pre>\n

Change example.com with your domain name. Here, you need to create new databases to match your sub-domains. For instance, if you like to have a separate database for your sales department and your sales.example.com sub-domain, you need to create a ‘sales’ database. After you complete this step, you need to restart your Apache web server and your Odoo. You should be able to access your new Odoo database and test the sub-domain filtering at:<\/p>\n

http:\/\/sales.example.com:8069<\/pre>\n

Of course you don\u2019t have to do any of this if you use one of our Linux VPS hosting services<\/a>, in which case you can simply ask our expert Linux admins to configure Odoo subdomain filtering for you. They are available 24\u00d77 and will take care of your request immediately. For newer versions, you might also want to consider reading: How to Install Odoo 10 with subdomain filtering<\/a>.<\/p>\n

PS. If you liked this post please share it with your friends on the social networks using the buttons on the left or simply leave a reply below. Thanks.<\/p>\n","protected":false},"excerpt":{"rendered":"

Odoo in one of the most commonly used business applications at the moment. It can be configured to use sub-domain … <\/p>\n

Read More<\/a><\/p>\n","protected":false},"author":4,"featured_media":17193,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1711,1701,21,13],"tags":[464,801,800],"yoast_head":"\nConfigure Odoo 8 subdomain filtering on a Linux VPS - RoseHosting<\/title>\n<meta name=\"description\" content=\"Configure Odoo 8 subdomain filtering on a Linux VPS - RoseHosting\" \/>\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.rosehosting.com\/blog\/configure-odoo-8-subdomain-filtering-on-a-linux-vps\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Configure Odoo 8 subdomain filtering on a Linux VPS - RoseHosting\" \/>\n<meta property=\"og:description\" content=\"Configure Odoo 8 subdomain filtering on a Linux VPS - RoseHosting\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.rosehosting.com\/blog\/configure-odoo-8-subdomain-filtering-on-a-linux-vps\/\" \/>\n<meta property=\"og:site_name\" content=\"RoseHosting\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/RoseHosting\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/rosehosting.helpdesk\" \/>\n<meta property=\"article:published_time\" content=\"2015-05-30T21:20:23+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-06-03T08:44:20+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2015\/05\/odoo.png\" \/>\n\t<meta property=\"og:image:width\" content=\"309\" \/>\n\t<meta property=\"og:image:height\" content=\"100\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Jeff Wilson\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@rosehosting\" \/>\n<meta name=\"twitter:site\" content=\"@rosehosting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Jeff Wilson\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/configure-odoo-8-subdomain-filtering-on-a-linux-vps\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/configure-odoo-8-subdomain-filtering-on-a-linux-vps\/\"},\"author\":{\"name\":\"Jeff Wilson\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/7ce77a842fa6a9a7f8efa186f2353713\"},\"headline\":\"Configure Odoo 8 subdomain filtering on a Linux VPS\",\"datePublished\":\"2015-05-30T21:20:23+00:00\",\"dateModified\":\"2022-06-03T08:44:20+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/configure-odoo-8-subdomain-filtering-on-a-linux-vps\/\"},\"wordCount\":506,\"commentCount\":2,\"publisher\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/configure-odoo-8-subdomain-filtering-on-a-linux-vps\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2015\/05\/odoo.png\",\"keywords\":[\"odoo\",\"odoo linux vps\",\"odoo subdomain filtering\"],\"articleSection\":[\"E-Commerce\",\"Networking and Domains\",\"Tips and Tricks\",\"Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.rosehosting.com\/blog\/configure-odoo-8-subdomain-filtering-on-a-linux-vps\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/configure-odoo-8-subdomain-filtering-on-a-linux-vps\/\",\"url\":\"https:\/\/www.rosehosting.com\/blog\/configure-odoo-8-subdomain-filtering-on-a-linux-vps\/\",\"name\":\"Configure Odoo 8 subdomain filtering on a Linux VPS - RoseHosting\",\"isPartOf\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/configure-odoo-8-subdomain-filtering-on-a-linux-vps\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/configure-odoo-8-subdomain-filtering-on-a-linux-vps\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2015\/05\/odoo.png\",\"datePublished\":\"2015-05-30T21:20:23+00:00\",\"dateModified\":\"2022-06-03T08:44:20+00:00\",\"description\":\"Configure Odoo 8 subdomain filtering on a Linux VPS - RoseHosting\",\"breadcrumb\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/configure-odoo-8-subdomain-filtering-on-a-linux-vps\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.rosehosting.com\/blog\/configure-odoo-8-subdomain-filtering-on-a-linux-vps\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/configure-odoo-8-subdomain-filtering-on-a-linux-vps\/#primaryimage\",\"url\":\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2015\/05\/odoo.png\",\"contentUrl\":\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2015\/05\/odoo.png\",\"width\":309,\"height\":100},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/configure-odoo-8-subdomain-filtering-on-a-linux-vps\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.rosehosting.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Configure Odoo 8 subdomain filtering on a Linux VPS\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#website\",\"url\":\"https:\/\/www.rosehosting.com\/blog\/\",\"name\":\"RoseHosting\",\"description\":\"Premium Linux Tutorials Since 2001\",\"publisher\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.rosehosting.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#organization\",\"name\":\"RoseHosting\",\"url\":\"https:\/\/www.rosehosting.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/03\/android-chrome-192x192-1.png\",\"contentUrl\":\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/03\/android-chrome-192x192-1.png\",\"width\":192,\"height\":192,\"caption\":\"RoseHosting\"},\"image\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/RoseHosting\",\"https:\/\/x.com\/rosehosting\",\"https:\/\/www.linkedin.com\/in\/rosehosting\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/7ce77a842fa6a9a7f8efa186f2353713\",\"name\":\"Jeff Wilson\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/09271207587f897ab46faaed9b355252?s=96&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/09271207587f897ab46faaed9b355252?s=96&r=g\",\"caption\":\"Jeff Wilson\"},\"description\":\"An experienced Linux veteran with many years of experience. Helping other Linux admins with frequent Linux and business-related blog posts on the RoseHosting blog. Techie by choice. Loving nature and travel. Happily married and father of two lovely children.\",\"sameAs\":[\"https:\/\/www.rosehosting.com\",\"https:\/\/www.facebook.com\/rosehosting.helpdesk\"],\"url\":\"https:\/\/www.rosehosting.com\/blog\/author\/jwilson\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Configure Odoo 8 subdomain filtering on a Linux VPS - RoseHosting","description":"Configure Odoo 8 subdomain filtering on a Linux VPS - RoseHosting","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.rosehosting.com\/blog\/configure-odoo-8-subdomain-filtering-on-a-linux-vps\/","og_locale":"en_US","og_type":"article","og_title":"Configure Odoo 8 subdomain filtering on a Linux VPS - RoseHosting","og_description":"Configure Odoo 8 subdomain filtering on a Linux VPS - RoseHosting","og_url":"https:\/\/www.rosehosting.com\/blog\/configure-odoo-8-subdomain-filtering-on-a-linux-vps\/","og_site_name":"RoseHosting","article_publisher":"https:\/\/www.facebook.com\/RoseHosting","article_author":"https:\/\/www.facebook.com\/rosehosting.helpdesk","article_published_time":"2015-05-30T21:20:23+00:00","article_modified_time":"2022-06-03T08:44:20+00:00","og_image":[{"width":309,"height":100,"url":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2015\/05\/odoo.png","type":"image\/png"}],"author":"Jeff Wilson","twitter_card":"summary_large_image","twitter_creator":"@rosehosting","twitter_site":"@rosehosting","twitter_misc":{"Written by":"Jeff Wilson","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.rosehosting.com\/blog\/configure-odoo-8-subdomain-filtering-on-a-linux-vps\/#article","isPartOf":{"@id":"https:\/\/www.rosehosting.com\/blog\/configure-odoo-8-subdomain-filtering-on-a-linux-vps\/"},"author":{"name":"Jeff Wilson","@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/7ce77a842fa6a9a7f8efa186f2353713"},"headline":"Configure Odoo 8 subdomain filtering on a Linux VPS","datePublished":"2015-05-30T21:20:23+00:00","dateModified":"2022-06-03T08:44:20+00:00","mainEntityOfPage":{"@id":"https:\/\/www.rosehosting.com\/blog\/configure-odoo-8-subdomain-filtering-on-a-linux-vps\/"},"wordCount":506,"commentCount":2,"publisher":{"@id":"https:\/\/www.rosehosting.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.rosehosting.com\/blog\/configure-odoo-8-subdomain-filtering-on-a-linux-vps\/#primaryimage"},"thumbnailUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2015\/05\/odoo.png","keywords":["odoo","odoo linux vps","odoo subdomain filtering"],"articleSection":["E-Commerce","Networking and Domains","Tips and Tricks","Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.rosehosting.com\/blog\/configure-odoo-8-subdomain-filtering-on-a-linux-vps\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.rosehosting.com\/blog\/configure-odoo-8-subdomain-filtering-on-a-linux-vps\/","url":"https:\/\/www.rosehosting.com\/blog\/configure-odoo-8-subdomain-filtering-on-a-linux-vps\/","name":"Configure Odoo 8 subdomain filtering on a Linux VPS - RoseHosting","isPartOf":{"@id":"https:\/\/www.rosehosting.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.rosehosting.com\/blog\/configure-odoo-8-subdomain-filtering-on-a-linux-vps\/#primaryimage"},"image":{"@id":"https:\/\/www.rosehosting.com\/blog\/configure-odoo-8-subdomain-filtering-on-a-linux-vps\/#primaryimage"},"thumbnailUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2015\/05\/odoo.png","datePublished":"2015-05-30T21:20:23+00:00","dateModified":"2022-06-03T08:44:20+00:00","description":"Configure Odoo 8 subdomain filtering on a Linux VPS - RoseHosting","breadcrumb":{"@id":"https:\/\/www.rosehosting.com\/blog\/configure-odoo-8-subdomain-filtering-on-a-linux-vps\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.rosehosting.com\/blog\/configure-odoo-8-subdomain-filtering-on-a-linux-vps\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.rosehosting.com\/blog\/configure-odoo-8-subdomain-filtering-on-a-linux-vps\/#primaryimage","url":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2015\/05\/odoo.png","contentUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2015\/05\/odoo.png","width":309,"height":100},{"@type":"BreadcrumbList","@id":"https:\/\/www.rosehosting.com\/blog\/configure-odoo-8-subdomain-filtering-on-a-linux-vps\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.rosehosting.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Configure Odoo 8 subdomain filtering on a Linux VPS"}]},{"@type":"WebSite","@id":"https:\/\/www.rosehosting.com\/blog\/#website","url":"https:\/\/www.rosehosting.com\/blog\/","name":"RoseHosting","description":"Premium Linux Tutorials Since 2001","publisher":{"@id":"https:\/\/www.rosehosting.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.rosehosting.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.rosehosting.com\/blog\/#organization","name":"RoseHosting","url":"https:\/\/www.rosehosting.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/03\/android-chrome-192x192-1.png","contentUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/03\/android-chrome-192x192-1.png","width":192,"height":192,"caption":"RoseHosting"},"image":{"@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/RoseHosting","https:\/\/x.com\/rosehosting","https:\/\/www.linkedin.com\/in\/rosehosting\/"]},{"@type":"Person","@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/7ce77a842fa6a9a7f8efa186f2353713","name":"Jeff Wilson","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/09271207587f897ab46faaed9b355252?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/09271207587f897ab46faaed9b355252?s=96&r=g","caption":"Jeff Wilson"},"description":"An experienced Linux veteran with many years of experience. Helping other Linux admins with frequent Linux and business-related blog posts on the RoseHosting blog. Techie by choice. Loving nature and travel. Happily married and father of two lovely children.","sameAs":["https:\/\/www.rosehosting.com","https:\/\/www.facebook.com\/rosehosting.helpdesk"],"url":"https:\/\/www.rosehosting.com\/blog\/author\/jwilson\/"}]}},"_links":{"self":[{"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts\/17192"}],"collection":[{"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/comments?post=17192"}],"version-history":[{"count":2,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts\/17192\/revisions"}],"predecessor-version":[{"id":36610,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts\/17192\/revisions\/36610"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/media\/17193"}],"wp:attachment":[{"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/media?parent=17192"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/categories?post=17192"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/tags?post=17192"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}