# 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
The site also uses the iThemes security plugin -- but I am pretty sure that there is no special login page specified.ASKER
WordPress is a free and open-source content management system (CMS) based on PHP and MySQL for creating websites and blogs. Features include a plugin architecture, a template system and strong management, customization and search systems; through its dynamic presentation of content, webmasters have the flexibility to create websites easily.
TRUSTED BY
ASKER
Yes indeed, it was the iThemes plugin. Arrgh. I disabled it (in FTP, I logged in and changed the plugin folder name) and then was able to log in.
I should have tried that even before I asked. This iThemes security plugin provides useful security features and has many good reviews and seems to be widely used. I use this iThemes plugin on about ten different wordpress sites. On this particular site, and on one more site, I routinely get locked out from the login page. Only on those sites. It is weird.
I really appreciate your quick and expert answer -- as usual.
I'll come back and close this question in a while. Hope you are well.
Eric