Likes Received By adimsh
-
nightteacher liked adimsh's post in the thread Onarcade www to non-www redirect..
try this: RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC] RewriteRule ^(.*)$ http://%1$1 [R=301,L] it should work,
Dec 4, 2011
try this: RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC] RewriteRule ^(.*)$ http://%1$1 [R=301,L] it should work,
Dec 4, 2011