0

I am facing issue related to domain name. I have a dnn website with two different domain one for english and another for chinese. Below is the scenario: for example : https://testdomain.com/test-test/test-test ----> working properly but **https://testdomain.net.cn/test-test/test-test**----> The service is unavailable.

but https://testdomain.net.cn is loading properly but when loading this url https://testdomain.net.cn/test-test/test-test it is showing The service is unavailable.

I want to know what causing the issue to ".net.cn" so that it is not loading the page. Any leads will be appreciated.

1 Answers1

0

Dnn is using a parameter for the language - therefore, I would do something like

https://www.example.com -> https://www.example.com/en

https://www.example.cn -> https://www.example.com/cn

in IIS.

Michael Tobisch
  • 1,034
  • 6
  • 15