From 809967e8dcbfca16e304f4e9fc3da2e1dc21ef98 Mon Sep 17 00:00:00 2001 From: An Phan Date: Tue, 10 Feb 2015 21:14:24 +0800 Subject: [PATCH] Removed recommendation to non-www, following #7 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72b088e..e6835a1 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ RewriteRule ^ http%1://www.%{HTTP_HOST}%{REQUEST_URI} [R=301,L] This works for _any_ domain. [Source](https://stackoverflow.com/questions/4916222/htaccess-how-to-force-www-in-a-generic-way) ### Force non-www -It's actually [recommended](http://no-www.org/) to remove `www` from your domain. Surprise surprise! +It's actually [open](https://devcenter.heroku.com/articles/apex-domains) [for](http://yes-www.org/) [debate](http://no-www.org/) whether www or non-www is the master race, so just in case you're a fan or bare domains, here you go: ``` apacheconf RewriteEngine on RewriteCond %{HTTP_HOST} ^www\.example\.com [NC]