Hello all,
I have a fully working, secure and VERY FAST installation of wordpress on a hiawatha, mariadb, php5-fpm, debian 7.9 server. I'm a hiawatha convert!
Just a quick and simple question I hope. As the title says, can I deny access to wp-admin unless ip = mine?
I have found the following posted on this forum though, I'm no code junkie and can't workout how to get the results I'd like. Duh!
UrlToolkit {
ToolkitID = my_website
Match ^/directory1/ DenyAccess
Match ^/directory2/ DenyAccess
Call wordpress
}
Obviously, I name the toolkit how I like. The rest I thought I'd have a stab at...
match ^/wp-admin/ DenyAccess
match ^/wp-login.php DenyAccess
Call wordpress
am I even on the right track?
Thanks
Daniel