jesuisphenix/futurity-website/dev/wp-content/themes/futurity.pro/ru/.htaccess
Options +FollowSymLinks
IndexIgnore */*
RewriteEngine on
#RewriteBase /[your app folder - optional]
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^.*$ /ru/index.php [NC,L]
Files
