Jump to content

SSL Issues


ozxanadu

Recommended Posts

Hope one of you mega brains can point me in the right direction with my first attempts at integration.

 

When I go to https://www.mysite.com I don't get any error messages error messages.

 

When I go to http://www.mysite.com and then click on say 'Register' the SSL switch works perfectly.

But when I then go home, instead of going to http://www.mysite.com/index.html, I end up at https://www.mysite.com/index.php and get a warning (IE8 & 9) 'Only secure content is dispalyed'

 

the .htaccess file in the site root is:

 

RewriteCond %{HTTPS} off

RewriteCond %{REQUEST_URI} !^/whmcs /dl.php [NC]

RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}

 

RewriteCond %{HTTPS} on

RewriteCond %{REQUEST_URI} ^/whmcs/dl.php [NC]

RewriteRule (.*) http://%{HTTP_HOST}%{REQUEST_URI}

 

 

In the WHMCS General setup the system URL is set at http://www.mysite.com/whmcs/ and the WHMCS SSL system directory is https://www.mysite.com/whmcs/

 

Hope somone can point me in the right direction.

Cheers,

John

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated