Articles by admin

FAQ

cache 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 USERS SHOULD USE THE ABOVE…

Mini Howto

set timezone per site

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…

Advanced Admin

Imagick 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 will need to create a…

WordPress

wordpress default htaccess setup

We recommend the following to be included on your .htaccess file. # BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^index\.php$ – [L] RewriteCond %{REQUEST_FILENAME} !-f…