You are viewing an old revision of this post, from January 15, 2016 @ 11:23:18. See below for differences between this version and the current revision.

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

  • January 15, 2016 @ 11:23:56 [Current Revision] by admin
  • January 15, 2016 @ 11:23:18 by admin

Revision Differences

There are no differences between the January 15, 2016 @ 11:23:18 revision and the current revision. (Maybe only post meta information was changed.)

No comments yet.

Leave a Reply