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

github.com/nextcloud/usercontent.apps.nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2016-10-31 18:16:04 +0300
committerLukas Reschke <lukas@statuscode.ch>2016-10-31 18:16:04 +0300
commit8c0f0771f34e0fdde91350ce7c869ed584716007 (patch)
tree405fce45729d00dcb2c7ec6ce07ba091ecefc1e6 /.htaccess
Initial import
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess8
1 files changed, 8 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
new file mode 100644
index 0000000..7ad5459
--- /dev/null
+++ b/.htaccess
@@ -0,0 +1,8 @@
+DirectoryIndex index.php
+RewriteEngine On
+
+RewriteCond %{SCRIPT_FILENAME} !-d
+RewriteCond %{SCRIPT_FILENAME} !-f
+RewriteRule ^ index.php [L]
+
+RewriteRule !^index\.php [NC,F] \ No newline at end of file