Enterprice - Joomla - live_site - path problem
Dec 6, 2014 7:14 pm by edel
Dec 6, 2014 7:14 pm by edel
(sry for my bad english)
I have "Enterprice" for Joomla.
Googlemap does not work when I translate because the subdomain is not included in the Joomla path.
for example:
without the subdomain
http://www.mega-anuncios.com/index.php - is running
with subdomain:
http://en.mega-anuncios.com/index.php - not running
I can in the Joomla configuration.php set live_site = en.domain.com
english now works
but not all other languages (de., it., .....)
need a function:
if
subdomain de.
else
live_site = de.domain.com
???
Re: Enterprice - Joomla - live_site - path problem
Dec 7, 2014 8:33 pm by Yana
Dec 7, 2014 8:33 pm by Yana
Hi,
You will need to use custom programming on your side . You can find the current selected language code.
For Gtranslate Enterprise version you can find the current selected language code from X-GT-Lang request header. You can find it in _SERVER['HTTP_X_GT_LANG'] variable.
Re: Enterprice - Joomla - live_site - path problem
Dec 9, 2014 7:45 pm by edel
Dec 9, 2014 7:45 pm by edel
Many thanks for the answer
I do not know what I must do.
can you explain this to me
i set in head:
<meta name="uri-translation" content="on" />
and in .htaccess:
RewriteCond %{HTTP:X-GT-Lang} ^$
RewriteCond %{HTTP_HOST} ^mega-anuncios.com
RewriteRule (.*) http://www.mega-anuncios.com/$1 [R=301,L]
Re: Enterprice - Joomla - live_site - path problem
Dec 10, 2014 10:31 am by Yana
Dec 10, 2014 10:31 am by Yana
Hi,
<meta name="uri-translation" content="on" /> is for enabling URL translation feature for your website
Here is an example of translated URL
http://ru.mega-anuncios.com/шоу/автомобиль%20на%20рынок%20Балеарские-Майорка/Прицеп-Майорка-kaufen.html
The .htaccess rules are for removing non-www to www redirect for our network.
Re: Enterprice - Joomla - live_site - path problem
Dec 10, 2014 6:36 pm by edel
Dec 10, 2014 6:36 pm by edel
it's not about the translation - which works very well.
the Googlemap not work for subdomains.
without the subdomain
http://www.mega-anuncios.com/index.php - is running
with subdomain:
http://en.mega-anuncios.com/index.php - not running
Re: Enterprice - Joomla - live_site - path problem
Dec 11, 2014 6:26 pm by Yana
Dec 11, 2014 6:26 pm by Yana
Hi,
If you can send ftp access info we can check and fix the issue.
SIMILAR TOPICS
GTranslate 3.7.4, Joomla 3.9.3 - doGTranslate is not defined | Feb 22, 2019 12:34 pm | Replies: 1 | Post by: oase |
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 |