Its related to your hosting.
Contact your hosting for enable SSL
Thanks for the comments. My hosting company has already removed the certificate and I can access the website through Opera.
Chrome still gives me the error here:
This site can’t be reached
The webpage at https://thesolderingstation.com/ might be temporarily down or it may have moved permanently to a new web address.
ERR_SSL_UNRECOGNIZED_NAME_ALERT
Somehow Chrome defaults to HTTPS even when I type in HTTP.
The website has no cookies, so nothing to remove.
You have access for files via FTP of CPanel?
If yes please do followings
define('WP_HOME','http://thesolderingstation.com/');
define('WP_SITEURL','http//thesolderingstation.com/');
Add these two lines at just before below lines of wp-config.php file
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', dirname( __FILE__ ) . '/' );
}
Thanks.,
Rajan V
Thanks Rajan. I’ll give that a try.
Oh now its also not accesssable, Try to disable all plugins then try it.
Just rename plugin dir and create new empty folder named as plugins
Thanks
Rajan
That doesn’t work Rajan but I’m not sure why.
Its can fixable. I hope some code issue on your theme or plugin
Because I can access your readme file
http://www.thesolderingstation.com/readme.html
That did fix it. Thank you for your help. Was a Chrome browser issue.