Hi guys
The following .htaccess is not working … any idea ?
RewriteEngine On
RewriteBase /
AddHandler application/x-httpd-php5 .php .html .shtml .xml
RewriteRule ^(fr|de|es|it|en|pt)/$ /index.php?lang=$1 [QSA,L,NC]
By not working, I meant that the rewrite rule is not working.
domain.com/en/
is not going to
domain.com?lang=en
Thanks for your time.
Best.
UPDATE:
Solved, I had a path issue. The above code works