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