2009-09-20 02:53:15 +00:00
|
|
|
DirectoryIndex index.html
|
2011-01-07 09:40:46 +00:00
|
|
|
Options -Indexes
|
2009-09-20 02:53:15 +00:00
|
|
|
AddCharset UTF-8 .html
|
|
|
|
AddCharset UTF-8 .php
|
|
|
|
|
|
|
|
<IfModule mod_headers.c>
|
2011-01-07 09:40:46 +00:00
|
|
|
Header unset ETag
|
2009-09-20 02:53:15 +00:00
|
|
|
<Files *.html>
|
|
|
|
Header add Pragma "no-cache"
|
|
|
|
Header add Cache-Control "no-cache"
|
|
|
|
Header unset Vary
|
|
|
|
</Files>
|
2011-01-07 09:40:46 +00:00
|
|
|
</IfModule>
|
|
|
|
|
|
|
|
<IfModule mod_expires.c>
|
|
|
|
ExpiresActive On
|
|
|
|
ExpiresByType image/x-icon "access plus 2592000 seconds"
|
|
|
|
ExpiresByType text/css "access plus 604800 seconds"
|
|
|
|
ExpiresByType text/javascript "access plus 216000 seconds"
|
|
|
|
ExpiresByType application/x-javascript "access plus 216000 seconds"
|
2015-09-22 20:33:47 +00:00
|
|
|
ExpiresByType image/gif "access plus 2592000 seconds"
|
|
|
|
ExpiresByType image/jpeg "access plus 2592000 seconds"
|
|
|
|
ExpiresByType image/png "access plus 2592000 seconds"
|
|
|
|
ExpiresByType audio/webm "access plus 2592000 seconds"
|
|
|
|
ExpiresByType video/webm "access plus 2592000 seconds"
|
2020-06-02 23:14:44 +00:00
|
|
|
ExpiresByType audio/mp4 "access plus 2592000 seconds"
|
|
|
|
ExpiresByType video/mp4 "access plus 2592000 seconds"
|
2015-09-22 20:33:47 +00:00
|
|
|
ExpiresByType application/x-shockwave-flash "access plus 2592000 seconds"
|
2011-01-07 09:50:03 +00:00
|
|
|
</IfModule>
|
2011-01-07 09:40:46 +00:00
|
|
|
|
|
|
|
<IfModule mod_deflate.c>
|
|
|
|
AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript
|
2021-06-08 07:21:48 +00:00
|
|
|
</IfModule>
|
2021-02-21 21:50:05 +00:00
|
|
|
|
|
|
|
<IfModule mod_alias.c>
|
2021-04-04 20:01:56 +00:00
|
|
|
RedirectMatch 404 (.*)\.accounts$
|
|
|
|
RedirectMatch 404 (.*)\.bans$
|
|
|
|
RedirectMatch 404 (.*)\.keywords$
|
|
|
|
RedirectMatch 404 (.*)\.logs$
|
2021-02-21 21:50:05 +00:00
|
|
|
RedirectMatch 404 (.*)\.posts$
|
2021-04-04 20:01:56 +00:00
|
|
|
RedirectMatch 404 (.*)\.reports$
|
|
|
|
RedirectMatch 404 (.*)\.tinyib.db$
|
2021-06-08 07:21:48 +00:00
|
|
|
</IfModule>
|