That's possible Although I think I had made sure of saving the file (because I'm perfect too LOL). @adultuserbars Yes, that's another possibility, but in cases with other sites, there's no problem with cache, so I guessed that the problem was not caused by that. Anyway, the problem's solved already
Just a quick question about this redirecting. Does this help to keep all the Page Rank to the "www"? Or, what exactly is the purpose for this type of re-direct? Thank you!
The purpose is to avoid diluting your page rank between two different URLs for your home page. It's up to you whether or not you want to use the www, but you should choose one or the other. To get rid of the www, use the opposite rule: RewriteEngine on RewriteCond %{HTTP_HOST} ^www\.mysite\.com RewriteRule ^(.*)$ http://mysite.com/$1 [R=301,L] Code (markup): I like to do this when the domain name is already long and an added www seems like overkill.