Hi,
We have a login page (lets say tabid 100) that is used by the administrator to login to DotNetNuke control panel.
All is working well until one day, when accessing the login page, it will go to PageNotFound. We did not change any code in the source code. But we have renewed our SSL in godaddy since it will expire soon.
I'm not familiar with the current setup of our website since I did not configure our website in the first place. I wanted to check the setup but I cant since I cant login. My wild guess is that the Login page is an SSL secured page and there is something wrong with SSL setup that triggers the PageNotFound.
I have checked the Tabs table with tabid 100, but the IsSecured value is set to 0. Does this mean that the page does not use SSL?
I have also checked the ModuleSettings table with SettingName of SSLEnabled and SSLEnforced, both is set to false. Also, SSLURL and STDURL values are blank. Does this mean that the Portal does not use any SSL at all?
I really wonder why the login page will point to PageNotFound.... Any advice that something is wrong?
Thanks!