How to redirect to avoid duplicate content?
It is mentioned that one must remove these redirects to use your services, then I noticed this proposal
- Code: Select all
RewriteCond %{HTTP:X-GT-Lang} ^$ # requests from our network will have X-GT-Lang header
RewriteCond %{HTTP_HOST} ^fullgambler.com
RewriteRule (.*) http://www.fullgambler.com/$1 [R=301,L]
But when I use it I get an error
Internal Server Error.....
I do not want this (example) http://fullgambler.com/de/
This address can be directly writing it and I wish this is displayed and if it happens, it redirects here
http://www.fullgambler.com/de/
Thank you to tell me how to do a redirect without jeopardizing the translation system
Have a good day
Steve