Can’t access WP-Admin via HTTPS

@Tomc ‘s solution is a great start. Here it is formatted (you can’t format things in a comment). RewriteEngine On RewriteCond %{HTTPS} !=on RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301,NE] In addition, I’m not a fan of setting URLs in the configuration files. Best (IMHO) to set those two values in the wp-options table. You might need to … Read more

Unable to access my page or WP Admin

there might be these possibilities please check both the cases Please allow the debugging mode in your wp-config file define(‘WP_DEBUG’, false); make it true. If after enabling the debug you didn’t get any fatal error, then this problem is related to your hosting server, do check with their support.

After changing Site http to https, can’t access wp login page with a digitalocean hosting

Make sure you set the site name correctly. Download your wp-config.php file via ftp, and add these lines: define( ‘WP_HOME’, ‘https://example.com’ ); define( ‘WP_SITEURL’, ‘https://example.com’ ); Notice the httpS. Also, if you are only using Cloudflares SSL, make sure to change the setting to Flexible SSL. But if you also have your own SSL certificate … Read more

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