Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
After copying the new files to my 4.10 install and navigating to the web site's URL I was redirected to /install/default.aspx as expected.
However, I encountered a 404. Turns out that the install page doesn't work if umbracoUseSLL in the web.config is set to "true".
Changing it from
<add key="umbracoUseSSL" value="true" />
to
<add key="umbracoUseSSL" value="false" />
did the trick.
Note: I don't believe I encountered this when upgrading to 4.10.0.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
4.11.0 install page fails if umbracoUseSSL set to "true" (404 - not found)
After copying the new files to my 4.10 install and navigating to the web site's URL I was redirected to /install/default.aspx as expected.
However, I encountered a 404. Turns out that the install page doesn't work if umbracoUseSLL in the web.config is set to "true".
Changing it from
to
did the trick.
Note: I don't believe I encountered this when upgrading to 4.10.0.
is working on a reply...