]> git.mxchange.org Git - friendica.git/blob - .htaccess
inline salmon magic keys
[friendica.git] / .htaccess
1
2 Options -Indexes
3 AddType application/x-java-archive .jar
4
5 <FilesMatch "\.out">
6 Deny from all
7 </FilesMatch>
8
9 <IfModule mod_rewrite.c>
10   RewriteEngine on
11
12   # Rewrite current-style URLs of the form 'index.php?q=x'.
13   RewriteCond %{REQUEST_FILENAME} !-f
14   RewriteCond %{REQUEST_FILENAME} !-d
15   RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
16
17 </IfModule>
18