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 ...
Redirect folder to new domainRedirect folder to new domain
How do you redirect a folder to a new domain? Here is a working example that we have in use ...
cache controlcache control
This post elaborates on a previous general client side caching, please read: speed-up-your-site-with-client-side-caching PLEASE READ THE URL ABOVE – MOST ...
set timezone per siteset timezone per site
Advanced method, use php: php.net manualtimezone Easy method, use htaccess. Objective: Set tiemzone Scenarios: How to use a different timezone ...
Imagick PHP test codeImagick PHP test code
Want to test Imagick in your php scripts? Save this file as imagick_test.php and upload it to your server: You ...
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 ...