Custom Domain Question

0
I have followed the directions here to configure a custom domain for an app:  https://docs.mendix.com/developerportal/deploy/custom-domains  This works for www.mycustomdomain.com,  However, I would like it to work for mycustomdomain.com also. The following notice appears in the documentation Is it possible to have the naked domain used for my Mendix app?   Thanks, Mike
asked
1 answers
0

Hi Mike,

Do you have access to the .htaccess file on mycustomdomain.com? 

Then you can do a redirect on mycustomdomain.com to www.mycustomdomain.comhttps://stackoverflow.com/questions/13977851/htaccess-redirect-to-https-www

 

Hope this helps.

Cheers,

Jeffrey

answered