• Hi!
    I have a problem with wp-admin
    When i try to login directly on the (dimcanzian.com.br/wp-admin), the url is redirect to ( dimcanzian.com.br/anotherDir/wp-admin ).
    I’ve tried to login via wp-login.php, but when i submit de form, a blank page appears to me and nothing happens, even if i try the forget your password method.
    I’ve tried everything possible:
    Rename both directories: Themes and Plugins, NOTHING
    Increase the memory limit of PHP, NOTHING
    Disable my Cache plugin, NOTHING…

    Can someone please help me!!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • InterServer

    (@interservernet-web-hosting)

    Seems like rewrite rule issue in .htaccess file. Rename current .htaccess file as .htaccess.bak and create a new one with default WordPress rewrite rule as follows and try again.

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

    Thread Starter eamaral

    (@eamaral)

    My .htaccess it is like that…
    Somehow, de redirect stoped, but i still have the WP-ADMIN blank page error.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘wp-admin error’ is closed to new replies.