diff options
author | Tom Needham <needham.thomas@gmail.com> | 2011-09-28 15:15:04 +0100 |
---|---|---|
committer | Tom Needham <needham.thomas@gmail.com> | 2011-09-28 15:15:04 +0100 |
commit | 1f74e76d834e9a2ed24236b51c662072f999860c (patch) | |
tree | 3c2551d6867b6a7f11b635de400c506d0da556fb /.htaccess | |
parent | c6f78fbe43dbe3f6875b72b34592bde25fc78d0b (diff) | |
download | nextcloud-server-1f74e76d834e9a2ed24236b51c662072f999860c.tar.gz nextcloud-server-1f74e76d834e9a2ed24236b51c662072f999860c.zip |
Implemented ace-edtior as an app. Basic file editing and saving supported.
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 8 |
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 |