Simple Protect WordPress and own Apache2 Webserver
- go into WordPress Installation Folder
- edit wp-config.php and add line [CODE]define(‘FORCE_SSL_ADMIN’, true);[/CODE]
- save and close
- if you control your own Server and DSL Router disable Port 443 Access from Internet
- now http://mydomain.com/wp-admin is not reachable from Internet
- login to WordPress-Blog as Admin
- create new Adminuseer Named “mynewadmin” and relogin as mynewadmin
- delete default admin account, first set him to reader then delete the admin account
if you use phpmyadmin on debian go to apache2 folder /etc/ and change alias
from “alias phpmyadmin” to alias “safe123admin”,restart apache2, now phpmyadmin
as http://mydomain.com/safe123admin/
Use only Plugins you really need remove unneeded to be safe an fast!