DNN Forums

Ask questions about your website to get help learning DNN and help resolve issues.

Website automatically redirecting to https

 3 Replies
 2 Subscribed to this topic
 40 Subscribed to this forum
Sort:
Author
Messages
New Around Here
Posts: 2
New Around Here

I'm trying to migrate my DNN install to a new server since my old install is on 2008R2. I restored the database on the new server, copied all the files, and everything appears to be runnin smoothly. However, since this is a test move, I'm unable to use our normal website name (www.domain.com) and I have to use dnndev.me. The problem I'm having is, dnndev.me automatically redirects to https, giving me can't reach this page error. I went back to my production website and unchecked the secured paged box, as well as the SSL enforced box. Then, I re-restored the database. I also went in to the Portal Alias table and replaced the primary with dnndev.me. All permissions seem to be correct but it keeps redirecting to https. I removed this line of code from the web config and recycled my app pool which should have cleared the cache. What am I missing? 

 

rewrite
            rules
                rule name="Company redirect" enabled="false" stopProcessing="true"
                    match url="(.*)" 
                    conditions
                        add input="{HTTPS}" pattern="^OFF$" 
                    conditions
                    action type="Redirect" url="https://{HTTP_HOST}{REQUEST_URI}" 
                rule
            rules
        rewrite

 

Thanks, 

Senior Member
Posts: 1322
Senior Member
3 Helpful Replier
Helpful Replier
Thanks for being such a helpful replier!
Lifesaver
Lifesaver
You're Life Saver!
New Poster
New Poster
Congrats on posting!
3 Engaged Reader
Engaged Reader
You are an engaged reader!
Posted By bmccuddy on 29 Jul 2019 12:58 PM

.

There a big chance that this is browser caching. If you had a 301 and you remove it you mostly need to clear the browser cache to get rid of it.

 

 

Veteran Member
Posts: 546
Veteran Member
MVP
MVP
You're an MVP!
dnndev.me is for sure not SSL based - it is just an alias for localhost and it depends on your IIS website bindings, which protocol to use.
Senior Member
Posts: 1607
Senior Member
MVP
MVP
You're an MVP!
New Poster
New Poster
Congrats on posting!
Yeah, this sounds like a caching issue. I'd suggest using a different browser altogether, in private/incognito mode, after flushing your DNS locally.

In addition, you should check and manage the primary domain name/alias in the PortalSettings table to match the other updates you're making.

These Forums are for the discussion of the open source CMS DNN platform and ecosystem.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. If you have (suspected) security issues, please DO NOT post them in the forums but instead follow the official DNN security policy
  2. No Advertising. This includes the promotion of commercial and non-commercial products or services which are not directly related to DNN.
  3. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  4. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  5. No Flaming or Trolling.
  6. No Profanity, Racism, or Prejudice.
  7. Site Moderators have the final word on approving / removing a thread or post or comment.
  8. English language posting only, please.

Would you like to help us?

Awesome! Simply post in the forums using the link below and we'll get you started.

Get Involved