Redirection by Language with .htaccess Redirection by Language with .htaccess

country-flags-lego

#If your browser is En
#non case sensitive ([NC])
RewriteCond %{HTTP:Accept-Language} ^en [NC]
#Redirect user to /en/
#301 Redirect type (permanent)
RewriteRule ^$ /en/ [L,R=301]

Duplicate for more language. en, es, de, … etc.

test mail() fonction
<?php
mail(‘name@domaine.ltd’,‘mail function, verification ‘,‘ Booya!’);
?>