Posted by: ViNesvarbu - Tuesday, 19 August 2014 02:35:11 |
---|
After upgrading YAF to latest version of my DNN website (7.1.1) suddenly my forum stopped working. Now all forum links point to (localhost). Example:
http://localhost/mywebsite/Forum/g/topics/f/1/Main-Forum
In main web.config I checked and I see that
|
Posted by: tha_watcha - Tuesday, 19 August 2014 13:06:19 |
---|
The base url setting is no longer used in the appsettings it has been moved to the board settings of the forum. But that settings is only used for the email digest. What you need to check in your case is the url (Portal Alias) for your portal. In DNN 7 it is under Host -> Site Management |
Posted by: ViNesvarbu - Tuesday, 19 August 2014 14:21:53 |
---|
Thank you - I had manually in the SQL Table change primary alias flag and after that everything worked OK. Thank you very much for your help! |