J0NNY ZER0
J0NNY ZER0

Reputation: 707

Dotnetnuke, Working Locally, Cannot see host pages (I can see admin pages)

I cannot see host pages but I can see admin pages. Please help.

Details of my situation are below:

  1. I have migrated my DNN 5.06.01 site from production to local.
  2. I hooked it up in IIS 7 to http://localhost:8081/.
  3. Because I could not initially see the site, I needed to manually add the portal aliases in the sql db.
  4. I have added "localhost:8081", "https://localhost:8081" and "http://192.168.4.47" to my portal aliases table.
  5. The site is running a certificate on the production server (I mention this to ask if there is anything that needs to be done locally to the setting / web.config).

Let me know if there's anything else you need to know in order to make some determination.

Upvotes: 1

Views: 908

Answers (1)

Aderson Oliveira
Aderson Oliveira

Reputation: 46

Try to "unsecure" your tabs with this:

update tabs set IsSecure = 0

This will switch SSL off on ALL your pages, including host pages.

Upvotes: 3

Related Questions