HipRocSoul Posted November 1, 2006 Posted November 1, 2006 Help anyone.. I have the SSL working fine in the store front, but it's not sowing up under the admin panel. Any suggestions? I've changed the configuration files. Someone want to outline the basic process of turning on the SSL and I can see if I missed a step or two. Thanks!
Dutch1 Posted November 19, 2006 Posted November 19, 2006 Help anyone.. I have the SSL working fine in the store front, but it's not sowing up under the admin panel. Any suggestions? I've changed the configuration files. Someone want to outline the basic process of turning on the SSL and I can see if I missed a step or two. Thanks! I just did a search for +admin +ssl and found four pages of people trying to figure this out. I have the same problem and have changed all addresses to https and still no luck. Dutch1, needing the same help!
Dutch1 Posted November 19, 2006 Posted November 19, 2006 Paste this in your .htaccess file. ReRewriteEngine On RewriteCond %{SERVER_PORT} !^443$ RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [L,R] dutch1
Recommended Posts
Archived
This topic is now archived and is closed to further replies.