diff options
author | Lukas Reschke <lukas@owncloud.com> | 2015-01-28 12:42:15 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2015-01-28 13:15:32 +0100 |
commit | 20199dd168faaff624434ba9d5b24d77788d6fa1 (patch) | |
tree | c054ea334ee0b3f511732c95fb759e7a4673d4be /.htaccess | |
parent | 55142186deb9e163ce3519453ebfe93f6a446666 (diff) | |
download | nextcloud-server-20199dd168faaff624434ba9d5b24d77788d6fa1.tar.gz nextcloud-server-20199dd168faaff624434ba9d5b24d77788d6fa1.zip |
Reference module with `.c`
Fixes https://github.com/owncloud/core/issues/13657
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.htaccess b/.htaccess index 962e969d59c..78e6255c878 100644 --- a/.htaccess +++ b/.htaccess @@ -13,7 +13,7 @@ php_value post_max_size 513M php_value memory_limit 512M php_value mbstring.func_overload 0 php_value always_populate_raw_post_data -1 -<IfModule env_module> +<IfModule mod_env.c> SetEnv htaccessWorking true </IfModule> </IfModule> @@ -34,7 +34,7 @@ RewriteRule ^(\.|autotest|occ|issue|indie|db_|console).* - [R=404,L] AddType image/svg+xml svg svgz AddEncoding gzip svgz </IfModule> -<IfModule dir_module> +<IfModule mod_dir.c> DirectoryIndex index.php index.html </IfModule> AddDefaultCharset utf-8 |