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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess8
1 files changed, 4 insertions, 4 deletions
diff --git a/.htaccess b/.htaccess
index 18124826755..ced9ae652d2 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,7 +1,7 @@
-ErrorDocument 404 //owncloud/core/templates/404.php
+ErrorDocument 404 /core/templates/404.php
<IfModule mod_php5.c>
- php_value upload_max_filesize 512M
- php_value post_max_size 512M
- SetEnv htaccessWorking true
+php_value upload_max_filesize 512M
+php_value post_max_size 512M
+SetEnv htaccessWorking true
</IfModule>
Options -Indexes