millions/.htaccess

17 lines
463 B
ApacheConf
Raw Permalink Normal View History

2020-01-15 12:34:46 +00:00
#RewriteEngine On
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d
#RewriteRule ^(.*)$ index.php [QSA,L]
2020-01-16 12:20:28 +00:00
<IfModule mod_expires.c>
ExpiresActive on
ExpiresDefault "access plus 1 week"
ExpiresByType text/html "access plus 0 seconds"
</IfModule>
<IfModule mod_headers.c>
Header unset ETag
</IfModule>
2020-02-13 11:46:27 +00:00
FileETag None
Header set Access-Control-Allow-Origin "*"