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

github.com/nextcloud/lookup-server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--server/.htaccess3
1 files changed, 3 insertions, 0 deletions
diff --git a/server/.htaccess b/server/.htaccess
new file mode 100644
index 0000000..51c6bee
--- /dev/null
+++ b/server/.htaccess
@@ -0,0 +1,3 @@
+RewriteEngine On
+RewriteCond %{REQUEST_FILENAME} !-f
+RewriteRule ^ index.php [QSA,L]