Solution: 1
Edit the wp_options table in MySQL and change the values for
- siteurl
- home
Solution: 1
Edit the wp_options table in MySQL and change the values for
Solution: 2
Try changing your .htaccess file to this (slightly edited):
RewriteEngine On
RewriteCond %{HTTPS} on
RewriteRule (.*) http://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]