]> git.mxchange.org Git - friendica.git/blob - .htaccess
our implementation of "aspects" functionally complete
[friendica.git] / .htaccess
1
2 Options -Indexes
3 AddType application/x-java-archive .jar
4
5 <IfModule mod_rewrite.c>
6   RewriteEngine on
7
8   # Rewrite current-style URLs of the form 'index.php?q=x'.
9   RewriteCond %{REQUEST_FILENAME} !-f
10   RewriteCond %{REQUEST_FILENAME} !-d
11   RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
12
13 </IfModule>
14