This is not true. No modification of the .htaccess file is required to enable SSL for Zen Cart. If you want to override the wisely created default of only using SSL when necessary and allowing SSL for any page... And instead always use SSL... Just update your configure.php files (set both HTTP and HTTPS prefixes to "https://mysite.com/").
Forcing SSL for all pages is not recommended, and Zen Cart makes all pages available via SSL by default (as long as SSL is configured correctly on the server and in the settings).
Additionally using a forced "redirect" such as stated in that article can potentially result in lost data (post data is not resent by most browsers when a encountering a "redirect"). While it is rare for POST data to be sent with a non SSL request, some 3rd party add-ons and software have been known to use FORMs pointing to non-SSL URLS.



Reply With Quote
