edit this in .htaccess file dont forget to take backup before editing ------- RewriteEngine On RewriteCond %{HTTP_HOST} ^yourdomain\.com$ [NC] RewriteRule ^(.*)$ http://www.yourdomain.com/$1 [R=301,L] ------- hope above help u
if i want to redirect with 301 then which code is need for redirect page because of my server is window base they cannot prefer .htaccess file and if you any other type then also tell me