Menu Content

Support

> Forums, FAQs & Paid Support
Welcome, Guest
Username Password: Remember me

Homepage SSL not working
(1 viewing) (1) Guest
Support forum for customers who have purchased JoomSEF 3 (Joomla 1.5 compatible). Archive only, no new post can be added.

NOTE: This category has been locked. If you have purchased paid version, please, use our Support Ticket system instead. If you are using free edition, please see the Community Support section.
  • Page:
  • 1

TOPIC: Homepage SSL not working

Homepage SSL not working 13 years, 10 months ago #18555

Hello all,

I've run into a snag that I can't figure out. It's SEF url related, but please toss me to the joomla forum if you think it's not related to JoomSEF. I'm hoping someone else has run into this, but haven't found a solution from searching Google or this forum for a couple hours. Basically, all links are SSL from the menus, etc. but any person coming into the site using http: instead of https isn't redirected to the https version of the page

www.stereoscopolis.com
to
www.stereoscopolis.com

IF Search Engine Friendly URLs is on in the Joomla global configuration. I want the entire site to run on SSL.

configuration.php is set for live site to be https:
Force SSL is on

I've tried:
Force it to redirect through modrewrite (not desirable)
SSL On/Off/Ignore for the menu item

Any thoughts?
The topic has been locked.

Re: Homepage SSL not working 13 years, 10 months ago #18556

So, I've temporarily solved this by including this in .htaccess

RewriteBase /
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ www.example.com/$1 [R=301,L]

to push anyone trying to connect through port 80 to 443. I'm still curious if anyone knows what's going on here...
The topic has been locked.
  • Page:
  • 1
User Login Empty