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

.htaccess - github.com/nextcloud/client_updater_server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 66b07d1408e0820c84530fd3980261c45fdcfcbb (plain)
1
2
3
4
5
6
# Rewrite all requests to "index.php"

DirectoryIndex index.php
RewriteEngine On

RewriteRule ^ index.php [L]