:: AC info
AbleCommerce for ASP.NET
VERSION: 7.0.7.14600
No direct public link available to the website in question
:: Issue
When SSL mode is in effect (navigating within account pages), custom URLs such as "/Business-Roaming.aspx" break into "/Layouts/Webpages/NoSidebars.aspx?WebpageId=6".
Same holds true for category pages and for the product pages as well.
While SSL mode is inactive (navigating outside of account and checkout pages), the URLs to ( content | categories | products ) resolve into custom URLs as defined in ( Page URL | Custom URL | Custom URL ) respectively.
URL in example is called as:
Code: Select all
<a href="~/Business-Roaming.aspx">For Business</a>
Is this a known issue? The only potential workaround I see is to hard-code every link to non-secure pages to start with "http://", to hopefully bypass the redirect from SSL to regular protocol, as that's when the problem seems to rise. I would like to retain the flexibility of being able to write relative URLs.
Thank you in advance for any suggestions.