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:
authorOlivier Paroz <oparoz@users.noreply.github.com>2017-09-13 12:09:28 +0300
committerGitHub <noreply@github.com>2017-09-13 12:09:28 +0300
commitb4c6a159033914ee58ae756ad0d27334c764204e (patch)
treeb131aec24b42813fbd3e4a297f6b2ddd850a8a11
parent3680b66296511534cc7afd65788ef509a72e0276 (diff)
Create .htaccess
-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]