Magento – Force secure urls (https) on all frontend pages.

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

No comments yet.

Leave a Reply