Open or create a .htaccess file in the /public_html/ directory (if the domain is an add-on domain, then the .htaccess file will be located in add-on domain's directory)
Put this at the top of the .htaccess file (replacing 'domain' with yours)
Code:Options +FollowSymlinks RewriteEngine on rewritecond %{HTTP_HOST} ^domain.com [nc] rewriterule ^(.*)$ http://www.domain.com/$1 [r=301,nc]



oh God wts problem there
