Microsoft
Software
Hardware
Network
Question : 301 redirect non-www to www
I am using the following to redirect
http://mysite.com
to
http://www.mysite.com
. I want to ensure that I'm doing it correctly and that it's a "permanent" redirect. (I'm still very new to such things.) It is working properly, I just want to make sure it's the correct way to do it.
RewriteEngine On
RewriteCond %{HTTP_HOST} ^mysite.com [NC]
RewriteRule ^(.*)$
http://www.mysite.com/$1
[L,R=301]
Answer : 301 redirect non-www to www
I would do it with a slight change:
RewriteCond %{HTTP_HOST} ^mysite.com$ [NC]
RewriteRule .?
http://www.mysite.com%
{REQ
UEST_URI} [R=301,L]
HTH
Random Solutions
How to solve SQL Server 2008 R2 error, cannot connect to SQLSERVER error 53
txtbox client side
Wifi network not able to print from the network printer
Hosting multiple web sites on one physical server
How to Disable all textboxes, command buttons, combo boxes etc.. on form:
How to use C# code in a VB.NET project
Build sitemap for website
record source for reports and forms gone
vmware esxi with server 2008 r2 guest - resize screen
Outlook using https client access role