This solution works in Mageno 1.9.1.
You need to update the app/etc/config.xml file
<?xml version="1.0"?>
<config>
<frontend>
<secure_url>
<all>/</all>
</secure_url>
</frontend>
</config>
If user is using https, this should force all urls to rewrite (created as) to https.
Revisions
- January 15, 2016 @ 11:23:56 [Current Revision] by admin
- January 15, 2016 @ 11:23:18 by admin
No comments yet.