Site always redirect to https://localhost/umbraco after upgrade
Hi,
after Upgrading Umbraco from Version 7.5.13 to 7.6.x in Visual Studio I have problems with the UrlRewritingNet-Nuget-Package. After some un- and reinstall the site always redirect to https://localhost/umbraco/.. . After starting the web in release mode the site opens http://localhost:1234 and then it will be redirected to https://localhost/umbraco/. So I have no access to the upgrade-form, no access to dashboard or to the Site.
Site always redirect to https://localhost/umbraco after upgrade
Hi,
after Upgrading Umbraco from Version 7.5.13 to 7.6.x in Visual Studio I have problems with the UrlRewritingNet-Nuget-Package. After some un- and reinstall the site always redirect to https://localhost/umbraco/.. . After starting the web in release mode the site opens http://localhost:1234 and then it will be redirected to https://localhost/umbraco/. So I have no access to the upgrade-form, no access to dashboard or to the Site.
Can anybody help?
If you are using Umbraco 7.6 then you should uninstall UrlRewriting.net as it's no longer used. See:
https://our.umbraco.org/documentation/Getting-Started/Setup/Upgrading/version-specific#upgrading-via-nuget
This could also be a symptom of setting
umbracoUseSSL
totrue
in your web.config, make sure to check that it's set tofalse
for your local copy.Thank you, that was the problem!
is working on a reply...