alwaysVBNET
alwaysVBNET

Reputation: 3310

DotNetNuke redirect setting

I have made a mistake, and created a permanent redirection under Host settings to a portal that doesn't exist. Now my site does not work, and there's no way to access it.

Any ideas how to restore that value back to what it was? I have searched the database tables with no luck.

Upvotes: 0

Views: 103

Answers (2)

alwaysVBNET
alwaysVBNET

Reputation: 3310

Ok, just found the answer. In the PortalSettings table the value needs to be changed to the desired value i.e. www.mysite.com

Upvotes: 0

Chris Hammond
Chris Hammond

Reputation: 8943

I assume you mean the PortalAliases? You should check both the PortalSettings and PortalAliases table to clean up any remnants, though from the host/site management page you should be able to change those settings without having to navigate to the URL of the portal itself.

Upvotes: 1

Related Questions