mirror of
https://github.com/thewesker/greptweet.git
synced 2025-12-20 04:01:06 -05:00
15 lines
363 B
ApacheConf
15 lines
363 B
ApacheConf
DirectoryIndex index.shtml index.html
|
|
AddType text/cache-manifest .appcache
|
|
RewriteEngine on
|
|
RewriteRule ^f/(.*)$ /create.cgi?id=$1 [L,QSA]
|
|
<IfModule mod_speling.c>
|
|
CheckCaseOnly On
|
|
</IfModule>
|
|
|
|
<IfModule mod_expires.c>
|
|
ExpiresActive On
|
|
ExpiresByType text/css "access plus 1 week"
|
|
</IfModule>
|
|
|
|
SetEnvIf Request_URI ^/create.cgi(.*) no-gzip
|