Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Tony,

    Yesterday I installed the Better WP Security plug-in. I had problems with it, because I think I did something wrong. I read some posts on the forum from users that had similar problems visualizing the login window and their WP dashboard. I did erase via FTP the BWPS folder, edited the .httpaccess file and indeed, I can now see the admin login window.

    The problem now is that none of my usernames are valid. I think a part of the plugin info must be on another file and it is hidding my usernames. Can you help so I won’t have to erase the blog and start it all over?

    Thanks,

    P.D. I have WordPress installed as a tool on my server.

    Thread Starter Tony Hunt

    (@godfodder)

    FOr future reference when you want to disable a plugin all you have to do is change its folder name in the plugins directory. You dont have to delete the plugin.

    Also, you have to have the WP IFModule in your .htaccess even if BWPS is removed:

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

    Make sure that’s still there.

    If that doesnt work you may want to talk to the devs of the BWPS plugin or restore the WP database.

    Hi Tony, I am copying my original problem to here as you seem to be very knowledgable and helpful.

    1. My .htaccess files are mostly empty- Q.Do I just add the above into all of them.
    2. All My index.php’s (3 that I’ve found) just say “silence is golden”

    3. in Wp-config, define I set to – true – to see if that helped my problem I give you below.

    are you able to help me at all get my site back up please as I am out of work and need it to try and earn money – THanks alot if you can.

    4.I sacked a programmer and now he has locked me out of my WPadmin! when I ask for a new password WP sends me one for my other domain (I have 2)and I’ve changed names and passwords so many times now – not sure which is which – If I put in any email account it dosen;t recognise it – If I just put in my name it says it will send the password to the email registered and I get nothing in any of my email accounts. I can only get into a front linked page not homepage and when I log in nothing happens, when i say forgot password nothing happens, when i try to register nothing happens. I am able to get into my sql but don’t know what to change where – We were working on the site together but he knew more programming than I and he wanted to take over my newly formed company.Please can someone from wordpress help – I am hosted on godaddy and use wordpress from there but they can’t help me they say I must contact wordpress.
    I have an option to copy the files across to my 2nd .net domain to finish the site but If he has done something in mysql it will transfer over – I already backed up my files beforehand and reinstalled them but it has made no difference. If I do copy files to .net finish my site and transfer them back to .com (where the site should be) how do I stop him doing anything again? If anyone replies can you please direct me step by step as to what to do – some people just reply “put the follwing code in” but they don’t mention where or in which page – urgently waiting for help. my site is firstclassskippers.com and only pages like firstclassskippers.com/film-crew/ I can view – even the “home” page is the wrong one it should come up with the “homepage” .

    I did have at 8 am yesterday an email saying someone had logged in (when they shouldn’t have been able to- that’s when I deleted their name from mysql but they had already updated files from 6am – .

    biankabooth
    Member
    Posted 54 minutes ago #

    I forgot to mention that firstclassskippers.com comes up with a redirect loop – but I just assume that that is the one to take me to the admin login page but it goes nowhere just blank. and firstclassskippers.com/Fcs.com/administrator shows me a page that I can’t log into (and no picture on it either). thanks for any help getting it back up.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hidden wp-login.php redirection details’ is closed to new replies.