Hello ,
when I make Permalinks with Elena theme and change .htaccess file to :
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
I get error page not found in arabic lang
but with English lang , it work well .
what I do please ?