DennySheperd/hamali.md/master/.htaccess - Htaccess File

DennySheperd/hamali.md/master/.htaccess

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /hamali.md/
RewriteRule ^index.php$ - [L]
RewriteRule ^(ru_RU|en_US)/(wp-content|wp-includes|wp-admin)/(.*) /hamali.md/$2/$3 [QSA,L]
RewriteRule ^(ru_RU|en_US)/(.*.php) /hamali.md/$2/$3 [QSA,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /hamali.md/index.php [L]
</IfModule>

# END WordPress

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache