Securing WordPress

Update wordpress Update plugins and themes Delete any unused themes and plugins Audit user list Login security askimet delete “admin” acount use complex passphrases captcha on all forms (comments, registering, login, etc..) understand file permissions use sftp or ssh to transfer file or modify permissions (regular FTP does not use encryption) Use SSL when doing Read more about Securing WordPress[…]

Modifying or Adding .htaccess File

You are getting this error: It looks like something needs to be adjusted in the .htaccess file?:  If your .htaccess file were writable, we could do this automatically, but it isn’t so these are the mod_rewrite rules you should have in your .htaccess file. Click in the field and press CTRL + a to select all. <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / Read more about Modifying or Adding .htaccess File[…]