SuPHP is nice, makes WordPress and other php apps very easy to use, with regards to permissions and ownership of ...
Author: admin
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 ...
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 ...
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$ ...
htaccess restrict by IP or passwordhtaccess restrict by IP or password
I find myself tired of having to answer the pop up authentication box to view my control panel login or ...