My Doman is http://www.example.com
I have put all DNS Settings in the Hoster Panel
Do i have to put this code to my .htassess?
Does the Code affect my Regular Visitors?
- Code: Select all
RewriteCond %{HTTP:X-GT-Lang} ^$ # requests from our network will have X-GT-Lang header
RewriteCond %{HTTP_HOST} ^domain.com
RewriteRule (.*) http://www.domain.com/$1 [R=301,L]
Thx for supporting
