Our project currently using DNN Community Edition and has been running for quite some time.
Lately, we encountered an issue with HTML module where the URL seems to be truncated.
For example
Our website: http://www.example.domain.com
Under this website, we created a page with an HTML module inside that contains an URL. The URL looks like <a href=”http://www.domain.com/abc/def/ghi”>
After the save button or update button is pressed, the URL is truncated and become <a href=”/abc/def/ghi”>
So instead of directing me to “http://www.domain.com/abc/def/ghi” the link has changed to an IP version which direct back to “http://www.example.domain.com/abc/def/ghi” which is wrong.
However, if href=”http://www.domain.com” without sub-directory , it will directing to the right website.
Please can advise?