mirror of
https://github.com/friendica/friendica
synced 2025-12-05 10:27:11 +01:00
Initial checkin
This commit is contained in:
commit
6348e70daa
393 changed files with 59765 additions and 0 deletions
13
.htaccess
Normal file
13
.htaccess
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
|
||||
Options -Indexes
|
||||
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine on
|
||||
|
||||
# Rewrite current-style URLs of the form 'index.php?q=x'.
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
|
||||
|
||||
</IfModule>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue