Welcome Guest, Not a member yet? Register   Sign In
Redirecting www to non-www
#2

[eluser]CroNiX[/eluser]
Code:
RewriteEngine On
RewriteCond %{HTTP_HOST} !^yoursite.com$
RewriteRule (.*) http://yoursite.com/$1 [R=301,L]

Make sure to change you base_url in your config.


Messages In This Thread
Redirecting www to non-www - by El Forum - 05-26-2011, 05:41 PM
Redirecting www to non-www - by El Forum - 05-26-2011, 05:49 PM
Redirecting www to non-www - by El Forum - 05-26-2011, 06:15 PM
Redirecting www to non-www - by El Forum - 05-26-2011, 06:24 PM
Redirecting www to non-www - by El Forum - 05-26-2011, 06:32 PM



Theme © iAndrew 2016 - Forum software by © MyBB