WordPress Auto Updates without SuPHP
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…
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…
How do you redirect a folder to a new domain? Here is a working example that we have in use for this very same change…
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 USERS SHOULD USE THE ABOVE…
Advanced method, use php: php.net manualtimezone Easy method, use htaccess. Objective: Set tiemzone Scenarios: How to use a different timezone per site Set your site…
Want to test Imagick in your php scripts? Save this file as imagick_test.php and upload it to your server: You will need to create a…
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…
We recommend the following to be included on your .htaccess file. # BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^index\.php$ – [L] RewriteCond %{REQUEST_FILENAME} !-f…
I find myself tired of having to answer the pop up authentication box to view my control panel login or other private content. Most of…