Place the following code in .htaccess file Options +FollowSymlinks RewriteEngine on rewritecond %{http_host} ^domain.com [nc] rewriterule ^(.*)$ http://www.domain.com/$1 [r=301,nc] In the above code place your site name instead of "domain" and upload .htaccess file. I hope this will help you.