Redirect old directory to new directory
A simple htaccess modification can solve a web site change for you. If you want to create a new directory for whatever reason and redirect…
A simple htaccess modification can solve a web site change for you. If you want to create a new directory for whatever reason and redirect…
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…
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…