Block wpadmin… blocks access to web for everyone else
-
[ Moved to the Fixing WordPress sub-forum. ]
I have a fixed IP and I am interested in preventing access to wpadmin. I have studied the codex regarding the .htaccess lines to block access to wpadmin. I am sure I have missed something.
# Block access to wp-admin.
order deny,allow
allow from x.x.x.x
deny from allThis works but also stops any access just to the website urls (ie all web users except from my ip) as well. Where does it say just to wp-admin?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Block wpadmin… blocks access to web for everyone else’ is closed to new replies.