Elxis CMS Forum
Support => General => Topic started by: ROUBOS on May 16, 2011, 18:36:08
-
How can I stop the site from auto directing to /en/ ????
I want it to only be in greek, but it auto directs to en/ (english) for which I have to setup anything.
thanks
-
How can I stop the site from auto directing to /en/ ????
I want it to only be in greek, but it auto directs to en/ (english) for which I have to setup anything.
thanks
are u adding greeck language to your elxis language ?
if yes go to your admin area and languages choose main language to greeck
-
admin area---->Languages Manager
then choose Greece and at the top right u will find default click on it and greeck will become your default language
-
I did have Greek as default but also had english. Just removed english to make sure. It might be directing me to en/ since my OS language is English
thanks
-
File : index.php
Folder : Elxis root
Line : ~74
Find this line of source code :
$elxis_language->toBrowserLang();
and change that to :
//$elxis_language->toBrowserLang();
-
thank you
-
You are welcome ;)