Page permalinks are http but show up as https?

Try this in your wp-config.php define(‘WP_HOME’,’http://example.com’); define(‘WP_SITEURL’,’http://example.com’); This basically hard-codes the WordPress options for siteurl and home, which will means WordPress will redirect all requests to those URLs. This won’t change any permalinks in any content that you have in your site — to do this I’d recommend using a plugin like WP Migrate DB … Read more

What are some best practices to clean up http mix content warnings?

From your screenshot, it looks like you are displaying images from another website (nga.gov), for example: http://images.nga.gov/?service=asset&action=show_preview&asset=120079 After checking out the links with the mixed content warning, I can see that SSL is set up for this website, which is good. However, their links still default to HTTP, for whatever reason. To fix this on … Read more

Generate all urls with https

This sounds like a bug in the plugin, and they should fix it. But if they don’t, you can always add a filter to home_url and change all http:// to https:// like so: add_filter( ‘home_url’, ‘wpse_259675_home_url’, 1000, 4 ); function wpse_259675_home_url( $url, $path, $orig_scheme, $blog_id ) { return str_replace( ‘http://’, ‘https://’, $url ); }

Cant enter admin page with SSL

Not sure what the exact problem here is but you could try adding the following line in wp-config.php file define(‘FORCE_SSL_ADMIN’, true); Let me know how this works out.

wordpress website crash on https

This is likely caused by insecure content. WordPress is serving resources (images, stylesheets or scripts) over http instead of https. To resolve this try the following plugins: Basic SSL setup for WordPress: https://en-ca.wordpress.org/plugins/really-simple-ssl/ This one will find any internal link/resource request over http and change to https. https://en-ca.wordpress.org/plugins/ssl-insecure-content-fixer/

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)