dmitriyzhdankin/avantmarketcom/master/.htaccess
php_value date.timezone Europe/Moscow
DirectoryIndex index.php
AddDefaultCharset utf-8
#Options -Indexes -MultiViews
<ifModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_URI} !.(js|css|jpg|gif|png)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php [L,QSA]
</ifModule>
<ifModule mod_headers.c>
<FilesMatch ".(jpg|jpeg|png|gif|js|css)$">
Header set Cache-Control "max-age=3153600, public"
</FilesMatch>
</ifModule>
On Github License
Files