Jump to content

Only /whmcs directory SSL


Caffeine

Recommended Posts

I have my whmcs installed at http://www.xfragging.com/clients

 

We have an SSL cert and if you go to https://www.xfragging.com/clients it is there. However it is not completely SSL. It still says that some things are not SSL.

 

I have already looked here: http://forum.whmcs.com/showthread.php?t=8481 and I edited my .htaccess file and the problem is that we have subdomains under our account so they were all getting redirected to https://www.xfragging.com/subdomainname instead of subdomainname.com. Here is what I am trying to do:

 

  • Make everything in xfragging.com/clients ssl automatically and not effect the other domains

 

Any suggestions would be extremely helpful!!

 

Thank you!

Link to comment
Share on other sites

When you get an error like this, assume it's something within your page that's being called via regular "http" protocol. Simplest way to find this is to view the page source (right click, view source) while on the page and search the code for "http:".

 

In your case, it would appear to be the tracking code.

<!-- http://www.LiveZilla.net Tracking Code --><div id="livezilla_tracking" style="display:none"></div><script language="JavaScript" type="text/javascript">

<!--

var script = document.createElement("script");script.type="text/javascript";var src = "http://xfragging.com/chat/server.php?request=track&output=jscript&nse="+Math.random();setTimeout("script.src=src;document.getElementById('livezilla_tracking').appendChild(script)",1);

// -->

</script><!-- http://www.LiveZilla.net Tracking Code -->

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