My question is what is the ,nc on the 3rd line of code for? I have mine without it and it works fine. Should I add the ,nc? If so why? RewriteEngine on rewritecond %{http_host} ^domain.com [nc] rewriterule ^(.*)$ http://www.domain.com/$1 [r=301,nc] Thanks!