I know there are many topics. I tried them many times, but it doesn\'t work.
Instead of example.com/en/file.php, users see only
example.com/en/file.php
Fixed by adding one line:
RewriteEngine on **Options -Multiviews** RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.+)$ $1.php [L,QSA]