ozxanadu Posted October 5, 2011 Share Posted October 5, 2011 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 0 Quote Link to comment Share on other sites More sharing options...
ozxanadu Posted October 9, 2011 Author Share Posted October 9, 2011 Problem fixed! Issue was caused by my own stupidity! 0 Quote Link to comment Share on other sites More sharing options...
chris42259 Posted October 12, 2011 Share Posted October 12, 2011 What was your solution, I have a similar problem. 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.