Hi,
I don't know what to write in my .htaccess file so that when someone arrives on mydomain.com (/) he is redirected to another directory (/fr/)
Can someone help?
Thanks,
Jonathan
Hi,
I don't know what to write in my .htaccess file so that when someone arrives on mydomain.com (/) he is redirected to another directory (/fr/)
Can someone help?
Thanks,
Jonathan
If you want that the person must see the URL in his browser, use the PHP header function. If you don't want that the person sees the URL in his browser then use the .htaccess method.