• …if you have installed WordPress in another folder than the root on your server, while still using the root as your site address, currently the admin login of this plugin will send you to the installation folder.

    Easy fix: Change line 57 in load/functions.php from

    wp_redirect(site_url('/'));

    to

    wp_redirect(home_url('/'));

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Admin login doesn't send you to your site…’ is closed to new replies.