• Resolved Asakasan

    (@asakasan)


    Guys, i got a serious problem

    I tried to use bulletproof-security plugin in Maintenance Mode, now I can’t enter dashboard!

    This is my site

    asaka.byethost10.com

    I tried to erase bulletproof plugin by using Filezilla, but no results; what if is an hack attempt? Can you help me?

    Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • I tried to erase bulletproof plugin by using Filezilla

    Did you delete the plugin folder from the “wp-content/plugins” directory?

    I think Bulletproof uses a modified .htaccess file when in maintenance mode. You might want to check your .htaccess file and see if anything has been modified outside of the normal WP file.

    This is what a “vanilla” .htaccess should look like:

    # 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 Asakasan

    (@asakasan)

    Did you delete the plugin folder from the “wp-content/plugins” directory?

    Yes, i did

    You might want to check your .htaccess file and see if anything has been modified outside of the normal WP file.

    Yes, I think it’s different, even if it doesn’t look like the code you wrote

    So, i guess i should replace my .htaccess file by using WP normal file

    Is that right?

    It’s a great place to start 😉

    Thread Starter Asakasan

    (@asakasan)

    Thanks a lot;

    I fixed this problem 🙂

    You bet!

    Care to share your solution for others who might stumble upon this thread in the future?

    Thread Starter Asakasan

    (@asakasan)

    Of course

    Thanks 🙂

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