Securing WordPress

admin 2015-01-26Tips

A very quick way to secure access to your WordPress administration page is via the .htaccess file. Here is a simple example that restricts access only to your IP address:

# only allow from these IP address, otherwise, throw a page forbidden message
ErrorDocument 403 /_forbidden.html
Order Deny,Allow
Deny from all
#your router
Allow from <<your IP address>>

If you need any help, contact us at info@zenvision.com

© 2005 - 2025 - Zenvision Inc.. All Rights Reserved.