WordPress White Screen
WordPress is one of the most versatile scripts. However due to 3rd party scripts, themes, and plugins. WordPress can sometimes have problems. These problems usually break…
WordPress is one of the most versatile scripts. However due to 3rd party scripts, themes, and plugins. WordPress can sometimes have problems. These problems usually break…
This how to article is in reference to WordPress, however, it can easily be adjusted for any php based authentication system. Background: If a bots…
Troubleshooting WordPress is easier than most php based applications since it has debug code built in. You just need to enable it. We will show…
By default WordPress uses php MAIL function for easy access to sending emails from your site to your users. This is needed for various functions…
SuPHP is nice, makes WordPress and other php apps very easy to use, with regards to permissions and ownership of files and directories. Perfect for…
Protect the security risk of your site’s /wp-content directory quickly and easily. This is considered an advanced security filter, use it at your own risk….
Ready to update your WordPress instance but unsure what to do? No problem, just follow this simple guide to get your next update done quickly…
Creating a backup of your database is very important. Besides having a safe and updated copy of your database, its also wise to do so…
We recommend the following to be included on your .htaccess file. # BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^index\.php$ – [L] RewriteCond %{REQUEST_FILENAME} !-f…