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