• Hi,
    today im unable to open my admin pannel,,it redirects and says

    Sorry. Error 404: Page Not Found

    I’m sorry, but the post or page you’re looking for could not be found. It could be because of our recent re-design. Here are a couple of options that might help you.

    Link: https://ddramas.com/wp-admin/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Did you installed any security plugin? Also try to check if the wp-admin directory exists via a ftp or file manager on your hosting account.

    Thread Starter darknight99

    (@darknight99)

    i don’t think i have installed any security plugin…yeh wp-admin directory is there.

    u can check for your .htaccess file…

    Thread Starter darknight99

    (@darknight99)

    Here is .htaccess file

    RewriteOptions inherit
    # 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

    ur .htaccess file in /wp-admin/ folder….

    Thread Starter darknight99

    (@darknight99)

    i don’t have any .htaccess there.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Can't open wp-admin’ is closed to new replies.