mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-07 13:16:32 +02:00
API: Support new tag endpoints
This commit is contained in:
parent
1cecc51796
commit
0e2c2cd0e0
5 changed files with 142 additions and 2 deletions
|
@ -51,6 +51,6 @@ AddType audio/ogg .oga
|
|||
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteRule ^(.*)$ index.php?pagename=$1 [E=REMOTE_USER:%{HTTP:Authorization},L,QSA]
|
||||
RewriteRule ^(.*)$ index.php?pagename=$1 [E=REMOTE_USER:%{HTTP:Authorization},L,QSA,B]
|
||||
|
||||
</IfModule>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue