Katie,
That did not help. Here's the relevant section from my ablecommerce.config:
<sslSettings enableSslRedirecton="True" forceSslOnAllPages="True" sslStateForUndefinedUrls="Ignore">
<definedUrlPaths>
<add path="~/admin/*" state="On" usePermanentRedirect="False" matchQueryString="True" />
<add path="~/areas/admin/content/*" state="Ignore" usePermanentRedirect="False" matchQueryString="True" />
<add path="~/areas/admin/scripts/*" state="Ignore" usePermanentRedirect="False" matchQueryString="True" />
<add path="~/assets/*" state="Ignore" usePermanentRedirect="False" matchQueryString="True" />
<add path="~/checkout*" state="On" usePermanentRedirect="False" matchQueryString="True" />
<add path="~/content/*" state="Ignore" usePermanentRedirect="False" matchQueryString="True" />
<add path="~/fonts/*" state="On" usePermanentRedirect="False" matchQueryString="True" />
<add path="~/login" state="On" usePermanentRedirect="False" matchQueryString="True" />
<add path="~/members/*" state="On" usePermanentRedirect="False" matchQueryString="True" />
<add path="~/members/mywishlist" state="Ignore" usePermanentRedirect="False" matchQueryString="True" />
<add path="~/passwordhelp" state="On" usePermanentRedirect="False" matchQueryString="True" />
<add path="~/product/addtocart" state="Ignore" usePermanentRedirect="False" matchQueryString="True" />
<add path="~/scripts/*" state="Ignore" usePermanentRedirect="False" matchQueryString="True" />
<add path="~/themes/*" state="Ignore" usePermanentRedirect="False" matchQueryString="True" />
<add path="~/validation/*" state="Ignore" usePermanentRedirect="False" matchQueryString="True" />
<add path="~/webcharts/*" state="Ignore" usePermanentRedirect="False" matchQueryString="True" />
<add path="~/webpage/storeheadernavigation" state="Ignore" usePermanentRedirect="False" matchQueryString="True" />
</definedUrlPaths>
</sslSettings>
With that in place, I still have the redirect loop issue.
Edited by user Wednesday, November 27, 2024 3:26:32 PM(UTC)
| Reason: Not specified