-
rosyteddy replied to the topic Login button sends to standard WP login page in the forum How-to & Troubleshooting 9 years, 9 months ago
@hutchison Sorry, that will not work !
Instead, find the following in wp-login.php (approx line 219)
<p id="backtoblog">
Replace it with
<p id="backtoblog"><meta http-equiv="refresh" content="0; URL=http://mylifeismymuseum.eu/mlimm/activity/">
Thanks.
-
rosyteddy replied to the topic Login button sends to standard WP login page in the forum How-to & Troubleshooting 9 years, 9 months ago
@hutchison Sorry, that will not work !
Instead, find the following in wp-login.php (approx line 219)
<p id="backtoblog">
Replace it with
<p id="backtoblog"><meta http-equiv="refresh" content="0; URL=http://mylifeismymuseum.eu/mlimm/activity/">
-
rosyteddy replied to the topic Login button sends to standard WP login page in the forum How-to & Troubleshooting 9 years, 9 months ago
The only thing that comes top off my head is having another wp-login.php
Rename the original wp-login.php as wp-login-backup.php using ftp or cpanel.
Upload in its place another wp-login.php with just the following in it
<meta http-equiv="refresh" content="0; URL=http://mylifeismymuseum.eu/mlimm/activity/">
Please note this is not the…[Read more]
@hutchison
Active 9 years, 8 months ago