WDSY Posted June 3, 2011 Share Posted June 3, 2011 Hello EveryoneCan anyone help me track down my non https page elements? Im looking through google chrome and cant find anything non ssl like images or css I have ssl turned on and its 100% confirmed working on the server, but something is non secure httpI have used {$base_dir_ssl} instead of {$base_dir} where I have changed anythingand im now going mental trying to find itThanks in advanceOh the link HERE Link to comment Share on other sites More sharing options...
WDSY Posted June 3, 2011 Author Share Posted June 3, 2011 Any ideasI know it works because it was working fine in v1.3.6 the other day.That outrules any server issues or certificate wildcard issuesHere is what I have done to try and get SSL working1. turn on SSl in BO2. disabled Google Analytics - just in case 3. added this to .htaccess RewriteEngine on RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://www.mydomain.co.uk/$1 [R,L] 4. used httpwatch to try and track down any non https elements, cant find any Getting really stuck now :-(Sorry mods you may want to move this to Security section Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now