Welcome Guest, Not a member yet? Register   Sign In
Problem with dual content
#4

[eluser]InsiteFX[/eluser]
Code:
// Force the www.

RewriteEngine On
RewriteCond %{HTTP_HOST} ^your-site.com [NC]
RewriteRule ^(.*)$ http://www.your-site.com/$1 [L,R=301]

// Remove the www.

RewriteEngine On
RewriteCond %{HTTP_HOST} !^your-site.com$ [NC]
RewriteRule ^(.*)$ http://your-site.com/$1 [L,R=301]


Messages In This Thread
Problem with dual content - by El Forum - 09-03-2013, 12:13 PM
Problem with dual content - by El Forum - 09-03-2013, 12:55 PM
Problem with dual content - by El Forum - 09-03-2013, 01:13 PM
Problem with dual content - by El Forum - 09-03-2013, 01:44 PM



Theme © iAndrew 2016 - Forum software by © MyBB