• After installing a security plugin which modified htaccess file, I was unable to open wp-admin page.. it shows 404 error.. I tried replacing htaccess file with new one via ftp having code

    # BEGIN WordPress
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    # END WordPress

    But its of no use.. Need Help!

Viewing 13 replies - 1 through 13 (of 13 total)
Viewing 13 replies - 1 through 13 (of 13 total)

The topic ‘unable to access wp-admin page’ is closed to new replies.