开发者

how to change portal url in Dnn?

开发者 https://www.devze.com 2023-03-11 08:42 出处:网络
I am working on dnn, I have one parent portal and two child portals. my parent portal have a URL like(www.abc.com/abc) but i have to change i开发者_StackOverflow中文版t sub subdirectory to main Url th

I am working on dnn, I have one parent portal and two child portals. my parent portal have a URL like(www.abc.com/abc) but i have to change i开发者_StackOverflow中文版t sub subdirectory to main Url that is www.abc.com how it will possible in dnn?


In the web.config you'll find an entry that looks like:

<add key="HostHeader" value="" />
<!-- Host Header to remove from URL so "www.mydomain.com/johndoe/Default.aspx" is treated as "www.mydomain.com/Default.aspx" -->

Just fill this out and it should fix your problem.

<add key="HostHeader" value="abc" />
<!-- Host Header to remove from URL so "www.mydomain.com/johndoe/Default.aspx" is treated as "www.mydomain.com/Default.aspx" -->
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号