0 Website redirecting 3 Andrew Lee posted 10 Years Ago We recently had to restore our rock installation and ever since then notice the following: when browsing with "www" the external website loads when browsing without the www the regular default page 12 loads. the web.config has the default url going to page 12 (defaultUrl="Page/12") For example www.domainname.com -> Redirects to https://www.domainname.com as the external website domainname.com -> Redirects to https://hccrock.com/page/3?returnurl=%252f Any suggestions?
Andrew Lee 10 years ago The ROCK RMS site shows localhost, www.domainname.com and the external website site shows www.domainname.com
Jeremy Turgeon 10 years ago The internal and external sites probably shouldn't be set to the same address.
Andrew Lee 10 years ago We are not utilizing the external site. Perhaps that is something we incorrectly programmed from the start. What do others do?
Jeremy Turgeon 10 years ago We do use the external site but you could try deleting the domain entry and see if that helps.
Andrew Lee 10 years ago I'm not 100 percent sure -- It's possible. Is there a place in the web.config I could look/modify?