Hi everybody,
Installation of CMSMLE 1.4.1 worked fine, this cmsMLE is made of gold... but my languages flags conduce to "404 not found", they look like this:
http://www.mysite.com/index.php/en_US/home
Other links are working fine, they look like this:
http://www.mysite.com/index.php?page=home&hl=fr_FR
MySQL DB has all entries as defined in docs & tutorials for CMSMLE
The config.php looks like this:
$config['use_smarty_php_tags'] = false;
$config['auto_alias_content'] = true;
$config['assume_mod_rewrite'] = false;
$config['page_extension'] = '';
$config['internal_pretty_urls'] = true;
$config['use_hierarchy'] = true;
$config['query_var'] = 'page';
The config_lang.php looks like this (the beginning is missing to save space here):
array(
'block'=>'en',
'flag'=>'',
'text'=>'English',
'parent'=>'en',
),
'ar_AR' => array(
'block'=>'ar',
'flag'=>'',
'text'=>'Arabic',
),
'fr_FR' => array(
'block'=>'fr',
'flag'=>'',
'text'=>'Français',
),
'de_DE' => array(
'block'=>'de',
'flag'=>'',
'text'=>'Deutsch',
),
);
?>
It is something evident for sure, but I can't get it - and quiet new to CMSMLE.
Does anyone have an idea ?
[SOLVED] : {lang} flags to 404 not found?
[SOLVED] : {lang} flags to 404 not found?
Last edited by seensite on Thu Aug 28, 2008 12:41 pm, edited 1 time in total.
The universe of information technology is constantly growing and contains only emerging products built on successive patches
Re: {lang} flags to 404 not found?
What is impossible that you have prettyurl enable on some links and disable on other links?seensite wrote: they look like this:
http://www.mysite.com/index.php/en_US/home
Other links are working fine, they look like this:
http://www.mysite.com/index.php?page=home&hl=fr_FR
Have you a site link?
Alby
Re: {lang} flags to 404 not found?
I wonder why the flags conduce to "404 not found" ? I would like to get the links working the same way as the flags (with pretty urls) : http://www.mysite.com/index.php/en_US/home, but for the moment flags links leads to 404, as well as "CMS selflink".
Best regards Alby - thanks for your quick answer
Best regards Alby - thanks for your quick answer
The universe of information technology is constantly growing and contains only emerging products built on successive patches
Re: {lang} flags to 404 not found?
Flag links are same of MenuManager links, all prettyurl or notseensite wrote: I wonder why the flags conduce to "404 not found" ? I would like to get the links working the same way as the flags (with pretty urls) : http://www.mysite.com/index.php/en_US/home, but for the moment flags links leads to 404, as well as "CMS selflink".
Have you site address?
Alby
Re: {lang} flags to 404 not found?
Thank you Alby!, I tried with this in config.php:
$config['use_smarty_php_tags'] = false;
$config['auto_alias_content'] = true;
$config['assume_mod_rewrite'] = true;
$config['page_extension'] = 'html';
$config['internal_pretty_urls'] = false;
$config['use_hierarchy'] = false;
$config['query_var'] = 'page';
And everything is just fine... and easy... for a long time ? Hope so!
$config['use_smarty_php_tags'] = false;
$config['auto_alias_content'] = true;
$config['assume_mod_rewrite'] = true;
$config['page_extension'] = 'html';
$config['internal_pretty_urls'] = false;
$config['use_hierarchy'] = false;
$config['query_var'] = 'page';
And everything is just fine... and easy... for a long time ? Hope so!
The universe of information technology is constantly growing and contains only emerging products built on successive patches
Re: {lang} flags to 404 not found?
Attention if you use htaccess from doc folder; I think that works well with empty page_extensionseensite wrote: $config['page_extension'] = 'html';
Alby
Re: {lang} flags to 404 not found?
Yes, indeed : it works well with empty page_extensionalby wrote:Attention if you use htaccess from doc folder; I think that works well with empty page_extensionseensite wrote: $config['page_extension'] = 'html';
Alby
Best regards
The universe of information technology is constantly growing and contains only emerging products built on successive patches