Home page overriding help

Permalink
Hi All
Is there a way to override the home page?

I need this because I'm trying to setup a bilingual site and, when not using concrete5, my index.php file only detect the user preferred language (based on the browser preferences ) and redirect the visitor to the correctly localized homepage.
How can I do this check?

A possible way I already thought to could be change the
DirectoryIndex
in the vhost or in the .htaccess

Xscratch