Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    This issue could be related to your .htaccess file.
    Kindly check your .htaccess or use this default .htaccess below.

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    If you are still encounter white page try to set the wordpress debug to ‘true’ open your wp-config.php file and check for this line below:
    =======
    define(‘WP_DEBUG’, false)
    =======
    By setting it to true, you will be able to view the error instead of white page.
    You can also try to login using this link http://loveandrea.com/wp-login.php

    Hope this helps.

    Thread Starter 1loveandrea

    (@1loveandrea)

    Hi,

    Thanks for your response. I tried using the default .htaccess but that didn’t work, so I set the debug to true and then got this error when I tried to login again:

    Parse error: syntax error, unexpected T_IF in /home/content/46/11123746/html/wp-config.php on line 86

    Not sure if I did something wrong, or if that error message is the root of the problem.

    Any thoughts?

    Thanks again!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can't login via WP-Admin’ is closed to new replies.