Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.htaccess « user_webfinger - github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1b13cf788ffb3c5b25c02353819c6be516ee48e0 (plain)
1
2
3
4
5
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule .* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteRule ^host-meta host-meta.php [QSA,L]
</IfModule>