jesuisphenix/futurity-website/dev/wp-content/themes/futurity.pro/ru/.htaccess - Htaccess File

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]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache