Files
greptweet/.htaccess
2013-07-14 03:51:49 +00:00

8 lines
209 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>