https: Site Not Fully Secure – Images, ect.
-
I just edited the .htaccess file adding code to direct http to https. The site now shows the lock in the address bar but the lock has a yellow flag alerting to the site not being fully secure. The alert message says there are items such as images that are not secure. Here is the code I added. The first set of code that wordpress recommended did not work at all. It gave me an error message. This is the second set of code that I tried.
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.magthrottlestore.com/$1 [R=301,L,NE]Can you tell me what needs to be done.
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘https: Site Not Fully Secure – Images, ect.’ is closed to new replies.