-
Notifications
You must be signed in to change notification settings - Fork 287
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to route subdomain to its own domain #514
Comments
@mazharoddin |
Thanks @owen2345 ..I will try it.. |
Hi @owen2345,
I have a subdomain called demo.example.com and I updated CNMAE to route it to http://demo.com ..also updated db table as you suggested, but still if I access http://demo.example.com its routing to http://example.com instead of http://demo.com |
Please in your console enter this:
and let me know the results. |
Hi @owen2345,
I wanted to route http://shopick.shopper.com to http://shopick.com. Thanks. |
Please change "shopick" into "shopick.com" because without the extension it is working as a subdomain. |
Yes, I changed as you mentioned, but still its routing to main domain(shopper.com) if I try to access http://shopick.com, one more issue I observed after this change, now even http://shopick.shopper.com routing to http://shopper.com. |
mmmm Please contact me on Skype to review more. |
Sure @owen2345 |
I am facing some issue while routing subdomain to its own domain, I updated the CNAME, but still if I access subdomain domain name, its taking to root domain name instead of subdomain domain name.
e.g.
I have a subdomain at blog.example.com, now I wanted to route blog.example.com to http:// blog.com, so I updated CNAME of blog.com as below.
but now if I access blog.example.com, I re-routed to http:// example.com instead of http:// blog.com.
Please let me know how to resolve this. Looks like some setting I am missing.
The text was updated successfully, but these errors were encountered: