• Hi,My blog is:-blog.jammuredefine.in
    but i am unable to open enter into login page/admin page nor even in second page

    when i changed the permalink…Why is it so?

Viewing 1 replies (of 1 total)
  • Hi,

    Check with these options:

    -> Disable all the plugins and enable it one by one to find out the culprit.
    -> Remove all unwanted code from htaccess
    -> Add this code in htaccess:

    # BEGIN WordPress

    <IfModule mod_rewrite.c>
    ErrorDocument 404 /index.php?error=404
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    -> Change your theme to default in order to ruled out theme level problem./

    Thanks,

    Shane G.

Viewing 1 replies (of 1 total)

The topic ‘Problem with wp-admin’ is closed to new replies.