rodzic
47ea60a4c8
commit
a2f29eb70e
|
@ -10,3 +10,9 @@ Options -Indexes
|
||||||
RewriteRule ^(.*)$ index.php?path=$1 [QSA,L]
|
RewriteRule ^(.*)$ index.php?path=$1 [QSA,L]
|
||||||
</IfModule>
|
</IfModule>
|
||||||
|
|
||||||
|
<IfModule mod_rewrite.c>
|
||||||
|
# Make all /post/*.json served with correct MIME
|
||||||
|
RewriteEngine On
|
||||||
|
RewriteCond %{REQUEST_URI} ^/posts/
|
||||||
|
RewriteRule ^ - [T=application/activity+json]
|
||||||
|
</IfModule>
|
||||||
|
|
Ładowanie…
Reference in New Issue