Caffeine Posted January 30, 2009 Share Posted January 30, 2009 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! 0 Quote Link to comment Share on other sites More sharing options...
bear Posted January 31, 2009 Share Posted January 31, 2009 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 --> 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.