How to Force HTTPS using Apache by thx11314 · Published October 19, 2017 · Updated October 19, 2017 Edit .htaccess <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{SERVER_PORT} !^443$ RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] </IfModule>
Where is Magento a Guide to Finding your way around Magento November 28, 2012 by troy · Published November 28, 2012 · Last modified February 12, 2015