Skip to Content
Menu
This question has been flagged
3 Replies
7398 Views

My DNS provider doesn't allow me to configure redirections. I have a few e-commerce with Odoo and i'm migrating from on-premise to Odoo.sh.

The problem I have is that i can't use a naked domain like mydomain.com with Odoo.sh, just www.mydomain.com.

I have registered both domains in Odoo.SH configuration, but in the documentation it says I need to do a redirection from naked to www domain.

How can use naked domain in Odoo.SH without having a server for a 301 HTTP redirection?

Thanks in advance.

Avatar
Discard

Who is your DNS provider? We've been on GoDaddy and Cloudflare while being on Odoo and both allowed us to do this at the DNS level. I don't believe you will be able to do it within Odoo.sh itself.

Author Best Answer

I solved like this: 

1- In the DNS insert the CNAME register as Odoo.SH asks you

2- In the DNS insert an A type register to an IP server of your own. 

3- In the server where you send the DNS A Request, configure a redirection via your web server.

Avatar
Discard
Best Answer

I am unable to set up naked domain for my website 

If I open "northlinestore.com" it is not opening, issue seems to be with some security certificate.

However if I type " www.northlinestore.com" it is working.

Steps taken so far

1. Created CNAME DNS record with my domain provider

Name- www

Value-northline.odoo.com

2. Created A name DNS record-

Name- @

Value- IP address

3. Also enabled forwarding feature to forward northlinestore.com to www.northlinestore.com

Tried the on different web browsers, same issue. The domain sometime works, sometime does not.

Please help


Avatar
Discard
Best Answer

our domain is hosted at bluehost. they allow for redirect but we are unable to get it to work. For Cname our setting is www to selamtausa.odoo.com
in bluehost our redirect the setting bellow 

Original domain:

selamtausa.com.

Directory:

/

Target domain:

http://www.selamtausa.com

Type:

Permanent (301)

WWW:

Will redirect

Avatar
Discard
Author

I recommend you to use the .htaccess redirection
https://www.bluehost.com/hosting/help/htaccess_redirect
You can also use the meta redirection with an index.html file with this content:

<html>
<head>
<META HTTP-EQUIV=Refresh CONTENT='0; URL=https://www.selamtausa.com'>
</head>
</html>

Related Posts Replies Views Activity
1
May 23
2380
0
Mar 24
688
3
Jul 24
15612
1
May 25
2386
2
Dec 22
2471