Files
greptweet/.htaccess
2012-10-28 06:40:45 +01:00

6 lines
171 B
ApacheConf

DirectoryIndex index.shtml index.html
AddType text/cache-manifest .appcache
RewriteEngine on
RewriteRule ^f/(.*)$ /create.cgi?id=$1 [L,QSA]
CheckCaseOnly on