Jump to content

[Help] SSL Partially Encrypted


bonked

Recommended Posts

In WHMCS, i used the .htaccess to force all of the pages to use SSL. For some reason, when i click on the information bar (which displays SSL information), it says the page is partially encrypted. Therefore, it lacks the expensive green bar I paid for.

 

 

I added the following to my .htaccess code in my WHMCS directory:

 

RewriteEngine on

Options +FollowSymlinks

 

#Rewrite the URL for WHMCS to always use https except for the whmcs/dl.php file

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

RewriteCond %{REQUEST_URI} ^ [NC]

RewriteCond %{SERVER_PORT} !^443$

RewriteRule ^(.*)$ https://cp.valencehosting.com/$1 [R=301,L]

 

#Rewrite the URL for WHMCS dl area to always use http

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

RewriteCond %{SERVER_PORT} !^80$

RewriteRule ^(.*)$ http://cp.valencehosting.com/$1 [R=301,L]

 

----------------------

Does anyone have any idea what I should do to fix this?

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