How can we redirect website to only work on http even the customer types https?
How can we redirect website to only work on http even the customer types https?
I don't know about 8, but in 7 and 9 you can set the appconfig GoNonSecureAgain to true
Using ASPDotNetStoreFront since Version 3
Got Version 9.
Almost ready to deploy MultiStore (final testing stages for the new FirstData gateway)
Finally upgraded our server to 2008 R2.
Do not use SSL cert.But, we discouraged anyone having their sites running live without SSL.
Alfred, what do you mean do not use SSL cert? I've having the same issue. Please advise.
How do we prevent a user from https to http?
See this thread: http://forums.aspdotnetstorefront.co...514#post114514
...AllStar
If you are having customers being taken from a https to http page then you need to check the links within your site
any page that uses a ASPDNF attribute (category/topic/category etc) should not have any reference to http://www.yoursite.com within the xml package or code. It should simply be /t-topicexample.aspx for example. The store will prefix the url with the domain.
Also check any third party urls are using https otherwise this can play havoc with SSL connections..