As I’m running my WordPress on Nginx, so I can’t help on the .htaccess one. But I can comment on the padlock issues. There are a few things need to be done at WordPress:
- Login into WordPress Admin Dashboard, and go to WordPress
Settings and change the WordPress Address (URL) and the Site Address
(URL) from HTTP to HTTPS, and flush the cache if necessary. This
should fix most of the no padlock issue. - Check your html head
section to see if you have any hardcoded links, scripts or
css(potentially from some plugins, e.g. like
http://fonts.googleapis.com/css?family=Lato:100,400,700 - The images links that uploaded before implementation may have the http:,
i found it is easier to use an online service such as
whynopadlock to scan the site. and then go to your posts and
open the post that has mixed http/https and fix it (likely images
links that uploaded before the ssl implementation).
Related Posts:
- Globally force SSL on all pages
- Admin-Ajax.php, SSL, Non-SSL
- How disable SSL redirect for specific URL?
- How to modify the .htaccess to force ssl on login and admin pages
- Transfer to HTTPS – mixed content on main page only [closed]
- Https Redirect infinite loop in Mobile browsers
- 403 error on admin login page
- HTTP sitewide, except for: wp-admin, and 2 custom directories
- Stop WordPress and Plugins from Overwriting .htaccess
- htaccess rewrite conflict with wordpress rules and ssl
- htaccess https redirect from www to non-www
- Force HTTPS using .htaccess – stuck in redirect loop
- Adding https to wordpress website
- How to redirect url requests to https? [closed]
- Setup Permanent 301 Redirects after moving to Https [closed]
- https multiple redirects
- How to properly force https and www on multisite with Apache HTAccess
- Redirect http to https does not work on subdir where another instance of WordPress installed
- I can’t access the admin panel links as I click it shows 403 error
- What is the right way to redirect all traffic to HTTPS?
- Htaccess file isn’t redirecting http sub-pages to https––they display 404 error instead, tried many solutions and none work
- How can I fix the redirect chain after implementing ssl on wordpress?
- Forcing HTTPS with WordPress on AWS
- Locked out of admin and some pictures don’t show after failed SSL installation
- Conflict with Force SSL and Rewrite Rules
- ReDirect subfolder link to another sub-folder and force SSL
- W3 Total Cache CSS & JS files GZip issues [closed]
- Force non-ssl on WordPress RSS feeds in htaccess, using cloudflare
- Where to put W3 Total Cache rewrite rules in .htaccess? [closed]
- fix 302 redirection error on https
- Redirect https://www.subdomain.domain.com is not redirecting to subdomain.website.com [closed]
- HTTPS to HTTP rewrite rules not working as expected
- Unable leverage Browser Caching on AWS Bitnami stack (Apache) through W3TC and Cloudfront CDN
- Steps for WordPress over SSL
- The connection to “domain” is not secure
- SSL Error: unable to get local issuer certificate
- How to redirect all HTTP requests to HTTPS
- https connection using CURL from command line
- Curl command for https ( SSL )
- nodejs – error self signed certificate in certificate chain
- Simple Java HTTPS server
- HTTPS connection Python
- Java: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
- SSL_ERROR_BAD_CERT_DOMAIN
- Mixed Content Page: requested an insecure stylesheet error
- How do you redirect HTTPS to HTTP?
- Could not establish secure channel for SSL/TLS with authority ‘*’
- Python requests SSL error – certificate verify failed
- Https to http redirect using htaccess
- How can I force users to access my page over HTTPS instead of HTTP?
- How to force Laravel Project to use HTTPS for all routes?
- How can I fix the “No certificates found – The app Chrome has requested a certificate” Android / Google Chrome issue
- Issues with installing python libraries on Windows : CondaHTTPError: HTTP 000 CONNECTION FAILED for url
- WordPress X Theme – Cloudflare Flexible SSL – Pingdom Speed Test No Longer Working?
- Best collection of code for your .htaccess file [closed]
- SSL Breaks WordPress CSS
- Default .htaccess file for WordPress?
- Setting $_SERVER[‘HTTPS’]=’on’ prevents access to wp-admin
- Disable SSL / HTTPS for wordpress
- Switching MultiSite installation from HTTP to HTTPS
- Which one does WordPress prioritize when it comes to php.ini, wp-config and .htaccess?
- Why is WordPress redirecting from http to https on a local environment?
- Improve wordpress security by hiding non public resources
- WordPress site hacked. Has .htaccess been hacked?
- Does this .htaccess security setting really work?
- Use a different domain for SSL
- Is there a way to force ssl on certain pages
- htaccess problem after saving Settings
- SSL breaks customizer: page isn’t returned from ajax
- How to stop wordpress from changing default .htaccess permissions to 444
- Disable all https in WordPress
- File and directory permissions
- htaccess disable WordPress rewrite rules for folder and its contents
- How to use WordPress multisite with mixed HTTP and HTTPS sites?
- Local version of a WordPress site – SSL/HTTPS enforced?
- bloginfo() and get_template_directory_uri() with SSL?
- Htaccess for Wordpess set on single subdomain
- After updating site to use SSL all images in posts point to http://
- adding rewrite rules in .htaccess
- .htaccess and 500 error, extra character added
- WordPress is Inserting images into Post as HTTP and not HTTPS
- Name-based virtual host configuration in Apache seems to cause a “500 Internal Server Error”
- Place static HTML files in path below WordPress page
- Static raw HTML page
- WordPress + Magento .htaccess ReWriteRule Issue (www vs. non-www)
- Plugin to edit htaccess file
- Upgrade to SSL Breaks Admin Dashboard
- htaccess rewrite for author query string when WP is in subfolder
- Why “Settings->Permalinks” creates .htaccess file on nginx server?
- .htaccess for wordpress inside another wordpress install
- .htaccess file redirecting to parent directory
- Blog.php or how to display recent posts?
- Rewrite /?rest_route=/ link to /wp-json/ without changing default permalink structure in apache
- Is the WordPress HTTPS Plugin Still Safe To Use? [closed]
- Serve apache 404 for missing assets rather then wp 404 template WP_Rewrites
- Isolating WordPress to a subfolder
- Force home page to be https?
- Redirect www to non-www htaccess
- Remove year and month in URL using .htaccess
- 302 redirect instead of 301 after switch to HTTPS