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]