WordPress Error: wp-login.php?redirect_to=http
So in order to solve the problem, you will make two changes one in the cPanel in phpMyAdmin by changing the URL there in the WordPress database of the wp_options option in that you will make the change of the correct URL, the other change is inside the blog directory accessing via FTP in the file. htaccess switch to:
BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase / blog /
RewriteRule ^ index.php $ - [L]
RewriteCond% {REQUEST_FILENAME}! -F
RewriteCond% {REQUEST_FILENAME}! -D
RewriteRule. /blog/index.php [L]
</ IfModule>
simple and easy, your personal website back in a few minutes.