Problem whit server
Oct 20, 2015 10:01 am by ravasiniferramenta
Oct 20, 2015 10:01 am by ravasiniferramenta
i've a problem with a SERVER_NAME variable in .haccess
on url http://ravasiniferramenta.com the SERVER_NAME is http://ravasiniferramenta.com
on url ravasiniferramenta.com the SERVER_NAME is ravasiniferramenta.com
on url en.ravasiniferramenta.it the SERVER_NAME is ravasiniferramenta.com
why not show en.ravasiniferramenta.com ? it's a problem because more script in my site set url by server_name and now not work correctly
is there a way to set the correct server_name from .htaccess file?
now my configuration is :
CODE: SELECT ALL
RewriteCond %{HTTP:X-GT-Lang} ^$
RewriteCond %{HTTP_HOST} ^ravasiniferramenta.com
RewriteCond %{SERVER_NAME} !\.ravasiniferramenta.com$ [NC]
RewriteRule (.*) http://ravasiniferramenta.com$1 [R=301,L]
RewriteRule ^([a-z]{2}|zh-CN|zh-TW)/(.*)$ http://ravasiniferramenta.com$2 [R=301,L,QSA]
- See more at: server-name-variable-gtranslate-enterprise-t3577.html#sthash.yIGCE6P7.dpuf
Re: Problem whit server
Oct 21, 2015 2:40 pm by Yana
Oct 21, 2015 2:40 pm by Yana
Hi,
You can detect current selected language by _SERVER['HTTP_X_GT_LANG'] variable and use it to generate correct domain name.
SIMILAR TOPICS
Joomshaper Pagebuilder buttons Link edit problem | Jan 11, 2019 10:04 am | Replies: 1 | Post by: kumatest |
Problem with plugin | Dec 30, 2018 11:59 pm | Replies: 1 | Post by: Iyari |
Problem of translation in my website | Dec 8, 2018 12:15 pm | Replies: 1 | Post by: Ibrahim |
Problem with qTranslate-x, please help! | Aug 22, 2018 9:14 am | Replies: 1 | Post by: sadammkhan |
The problem with the translation of the social plugin | Dec 27, 2017 7:52 am | Replies: 1 | Post by: UriyFil |