HOW TO USE SSL LINK?

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
danny
Ensign (ENS)
Ensign (ENS)
Posts: 8
Joined: Tue Jan 12, 2010 6:58 pm

HOW TO USE SSL LINK?

Post by danny » Tue Mar 01, 2011 12:01 pm

Hi,

I want to use SSL for specific link as below.

https://test.com/customer/PaymentHistory.aspx

but, when I click link above, Ablecommerce redirect automatically to http://test.com/customer/PaymentHistory.aspx.

How to use SSL link?

Thank you.


User avatar
mikek
Commander (CMDR)
Commander (CMDR)
Posts: 112
Joined: Wed Oct 15, 2008 9:30 pm
Location: Boston, MA
Contact:

Re: HOW TO USE SSL LINK?

Post by mikek » Fri Mar 04, 2011 1:32 pm

Hello,

You may have to add "customer" folder into the App_Data/ablecommerce.config file. Below are the ssl folders included by default.

<securePages enabled="true" ignoreHandlers="WithStandardExtensions">
<directories>
<add path="Admin" recurse="true" />
<add path="Members" recurse="true" />
<add path="Checkout" recurse="true" />
<add path="FCKeditor" recurse="true" state="Ignore" />
<add path="App_Themes" recurse="true" state="Ignore" />
<add path="Assets" recurse="true" state="Ignore" />
<add path="images" recurse="true" state="Ignore" />
<add path="js" recurse="true" state="Ignore" />
<add path="webcharts" recurse="true" state="Ignore" />
</directories>
<files>
<add path="Login.aspx" />
<add path="Members/MyWishlist.aspx" state="Off" />
<add path="Members/SendMyWishlist.aspx" state="Off" />
<add path="Admin/Utility/EditHtml.aspx" state="Ignore" />
</files>
</securePages>
Mike Kolev

Post Reply