WordPress is one of the most versatile scripts. However due to 3rd party scripts, themes, and plugins. WordPress can sometimes have ...
Category: WordPress
WordPress Brute Force AttackWordPress Brute Force Attack
This how to article is in reference to WordPress, however, it can easily be adjusted for any php based authentication ...
Troubleshoot WordPress ErrorsTroubleshoot WordPress Errors
Troubleshooting WordPress is easier than most php based applications since it has debug code built in. You just need to ...
WordPress E-Mail SMTPWordPress E-Mail SMTP
By default WordPress uses php MAIL function for easy access to sending emails from your site to your users. This ...
WordPress Auto Updates without SuPHPWordPress Auto Updates without SuPHP
SuPHP is nice, makes WordPress and other php apps very easy to use, with regards to permissions and ownership of ...
WordPress Security Protect wp-contentWordPress Security Protect wp-content
Protect the security risk of your site’s /wp-content directory quickly and easily. This is considered an advanced security filter, use ...
WordPress Auto Update – M3 5 SeriesWordPress Auto Update – M3 5 Series
Ready to update your WordPress instance but unsure what to do? No problem, just follow this simple guide to get ...
Create Database backup with phpmyadminCreate Database backup with phpmyadmin
Creating a backup of your database is very important. Besides having a safe and updated copy of your database, its ...
wordpress default htaccess setupwordpress default htaccess setup
We recommend the following to be included on your .htaccess file. # BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^index\.php$ ...