I like to run my sites without a www. You’re looking at this site like that e.g. http://bash-prompt.net. Some traffic always arrives at http://www.bash-prompt.net which sometimes breaks things, especially with dynamic sites. This problem can be solved using the Apache module mod_rewrite. But I’ve had problems with that and it’s an overcomplicated way to do things. The problem is more easily solved using Apache’s Redirect directive supplied by mod_alias. Step 1 - Preparation First, mak...