I like to run my sites without a www. You’re looking at this site like that i.e. https://bash-prompt.net. Some traffic always arrives at https://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. What we’re going to do is to: