easterism/core2/master/.htaccess - Htaccess File

easterism/core2/master/.htaccess

RewriteEngine on

RewriteCond %{REQUEST_FILENAME} ^(.*.swf)$ [OR]
RewriteCond %{REQUEST_FILENAME} ^(.*.jpg)$ [OR]
RewriteCond %{REQUEST_FILENAME} ^(.*.png)$ [OR]
RewriteCond %{REQUEST_FILENAME} ^(.*.gif)$ [OR]
RewriteCond %{REQUEST_FILENAME} ^(.*.css)$ [OR]
RewriteCond %{REQUEST_FILENAME} ^(.*.eot)$ [OR]
RewriteCond %{REQUEST_FILENAME} ^(.*.svg)$ [OR]
RewriteCond %{REQUEST_FILENAME} ^(.*.ttf)$ [OR]
RewriteCond %{REQUEST_FILENAME} ^(.*.woff)$ [OR]
RewriteCond %{REQUEST_FILENAME} ^(.*.woff2)$ [OR]
RewriteCond %{REQUEST_FILENAME} ^(.*.js)$
RewriteCond %{REQUEST_FILENAME} -f
RewriteRule ^(.*)$ - [L]

RewriteRule ^(.*)$ http://masha24.by

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache