
| email this FAQ to a colleague
Q: In my site SSL is enabled and i have to put a link like https:// of
course. I want to know if i use basesurl or pagesurl, does these functions
add https automatically? A: Use the Page.URL method if you want to generate a URL that ALWAYS begins
with "http://" Use the Page.SURL method if you want to generate a URL that CAN begin with
"https://" NOTE: The Page.SURL method will only generate a URL that begins with
"https://" if the Site.DisableHTTPS property is set to zero (0). The Site.DisableHTTPS property can be toggled off/on in the Commerce Host
Administrator for each commerce store. - Alan Stuart |