Cannot access site after changing URL
-
Manually changed URL from http to https following new SSL cert issuance. Now cannot access site in http or https, cannot access cpanel. Hosted by GoDaddy but SSL cert wasn’t working due to settings in WP (changing URL, inserting code by cpanel, etc). Need to access .htaccess file at least. Help!
Also, is this instruction still up to date and accurate?
To add the following in .htaccess to allow https URL:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
</IfModule>from https://www.wpbeginner.com/wp-tutorials/how-to-add-ssl-and-https-in-wordpress/
The page I need help with: [log in to see the link]
- The topic ‘Cannot access site after changing URL’ is closed to new replies.