3 AddType application/x-java-archive .jar
5 <FilesMatch "\.(out|log)$">
9 <IfModule mod_rewrite.c>
12 # Protect repo directory from browsing
13 RewriteRule "(^|/)\.git" - [F]
15 # Rewrite current-style URLs of the form 'index.php?q=x'.
16 RewriteCond %{REQUEST_FILENAME} !-f
17 RewriteCond %{REQUEST_FILENAME} !-d
18 RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]