I was trying to activate SSL on my wordpress website and I installed the SSL plugin to help with that, but When I installed and activated it, my website could no longer be reached. I have deactivated the SSL plugin through SFTP, but it’s still not reachable, and I have even tried editing the .htaccess file to remove the SSL scripts but it’s still not working.
Thank you as you help
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Enter your email to get $200 in credit for your first 60 days with DigitalOcean.
New accounts only. By submitting your email you agree to our Privacy Policy.
Certainly! You can do the following steps:
Recheck .htaccess: Reverify the
.htaccess
file to ensure no residual SSL/HTTPS configurations are present, and if uncertain, reset it to WordPress defaults.URL Settings: If you can access WP Admin, ensure the URL settings are using
http://
.Plugins and Theme: Deactivate all plugins via SFTP by renaming the
plugins
folder and switch to a default theme by renaming your current theme’s folder inwp-content/themes
.SSL Configuration: Review and correct SSL settings from your hosting control panel.
Browser Cache: Clear it or use a different browser/incognito mode.
Debug Mode: Enable debugging in
wp-config.php
to identify any specific errors.DNS Propagation: Check if your DNS changes have propagated fully
Heya @kolademalikademola,
Can you please share the exact error you are receiving? Additionally, you can provide errors from your error log to help further troubleshoot the issue.
Hi there,
Indeed SSL-related problems can be tricky, can you share the exact error you are getting when you try to visit your website?
Here are a few things that I could suggest checking:
Backup Everything: Before making any changes, always ensure you have a backup of your website files and database.
Check the Site URL:
wp_options
table.siteurl
andhome
options. Ensure they are set to the correct URL. If you were trying to switch to HTTPS, they should start withhttps://
..htaccess File:
If you have additional rules, make a backup, then try using only the default rules to see if that resolves the issue.
If none of that helps, I could suggest also checking the error logs on your server at
/var/log/apache2/error.log
.After making changes, always clear your browser cache or try accessing the site in incognito mode to see the latest version of the site.
If the problem persists, would you mind sharing your Apache virtual host here, both your SSL and non-SSL versions?
Best,
Bobby