Tuesday, March 17, 2009

301 mod_rewrite redirect

If you want to redirect your www less domain name, just copy and paste this two lines into your .htaccess file.

rewritecond %{http_host} ^domain.com [nc]
rewriterule ^(.*)$ http://www.domain.com/$1 [r=301,nc]

0 comments:

Post a Comment