Post by clubbuilder » Mon Nov 07, 2016 11:10 pm

I am trying to force SSL on my clients website (all pages). I updated both config.php files to say: https://. I then went to my store> settings> server and enabled SSL. (OpenCart v2.3.1.) This is what several articles said to do to force SSL on entire site.

On the front end my SSL seems to work just fine: https://www.serenitybridaljewelry.com/index.php except my information pages in the bottom menu do not show properly when clicked. I get a 404. I don't know if this is my SEO Urls causing this or what. Thought maybe it was cache but kept hard refreshing don't see it working. Any ideas?

Here is my .htaccess file

Code: Select all

RewriteEngine on
RewriteCond %{HTTP_HOST} ^serenitybridal\.co$ [OR]
RewriteCond %{HTTP_HOST} ^www\.serenitybridal\.co$
RewriteRule ^/?$ "https\:\/\/www\.serenitybridaljewelry\.com" [R=301,L]

RewriteCond %{HTTP_HOST} ^serenitybridal\.net$ [OR]
RewriteCond %{HTTP_HOST} ^www\.serenitybridal\.net$
RewriteRule ^/?$ "https\:\/\/www\.serenitybridaljewelry\.com" [R=301,L]
As you can see I have two other URL's that need to redirect to this site as well. Don't know why my information pages aren't showing but I am missing something simple I suppose.

Currently using Open Cart version 2.0.1.1


Newbie

Posts

Joined
Mon Aug 10, 2015 7:20 am
Who is online

Users browsing this forum: No registered users and 9 guests