Skip to Content
Menu
This question has been flagged
1 Reply
1330 Views

Can I use Odoo9 with multiple domains on single server?. If yes how can i achieve this.?

Currently I have two websites in odoo. I want to run these websites under a single instance. i.e. if url is 'website_address1.com' it should load first one if url is 'website_address2.com' it should load second one

Avatar
Discard
Best Answer

If you mean different databases per different domains/hostnames (one database relates to one domain), then this can be easily done by using the dbfilter parameter. Check numerous posts and directions using Google or my answer here:https://www.odoo.com/forum/help-1/question/odoo-8-0-apache2-how-to-configure-a-proxy-from-an-url-to-a-specific-database-in-a-multi-database-setup-110545#answer-110604

Avatar
Discard