diff options
author | Bartek Przybylski <bart.p.pl@gmail.com> | 2011-12-21 18:35:29 +0100 |
---|---|---|
committer | Bartek Przybylski <bart.p.pl@gmail.com> | 2011-12-21 18:35:29 +0100 |
commit | 3c428671090e2bd3d46d76567a45c2a9e1639127 (patch) | |
tree | 785f2821086745b4bbef1bc01e4fb111c961dc83 /.htaccess | |
parent | 865be6064a1f2f896ca3657fa6eef590748a4e39 (diff) | |
parent | e1b9b65e4159bdd6e0ed81c8cd6b588f03b3a018 (diff) | |
download | nextcloud-server-3c428671090e2bd3d46d76567a45c2a9e1639127.tar.gz nextcloud-server-3c428671090e2bd3d46d76567a45c2a9e1639127.zip |
merged
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.htaccess b/.htaccess index bd2f42d6658..b181f8b8452 100644 --- a/.htaccess +++ b/.htaccess @@ -5,8 +5,6 @@ php_value post_max_size 512M php_value memory_limit 512M SetEnv htaccessWorking true </IfModule> -<IfModule !mod_php5.c> RewriteEngine on RewriteRule .* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization},last] -</IfModule> Options -Indexes |