I've got a problem with MLE 1.4.1b on a fresh install. I've run the install script without problem and I run the SQL queries in README.FIRST.
What I get :
- Administration panel show my two language perfectly

- I can edit and save English, French and Dutch content from Admin panel. Everything seems to works perfectly
My problem : I cannot see the website because of a 404 error. Because I already read the forum and check carefully that the table sql exists, I am a bit confused and ask for your help.
define('DEFAULT_LANG', 'fr');
$hls = array(
'en' => array(
'block'=>'en',
'flag'=>'',
'text'=>'English',
),
'fr' => array(
'block'=>'fr',
'flag'=>'',
'text'=>'Français',
'locale'=>'fr_FR.utf8@euro',
),
'nl' => array(
'block'=>'nl',
'flag'=>'',
'text'=>'Nederlands',
'locale'=>'nederland',
),
);
I've also tried to delete the previous content but it still doesn't work.....
What can I check to get it work ?
Are there options I have to fill which are not written in readme.first

Thanks for your help !

Stéphane