mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 18:50:47 -04:00
Removed if !mod_php5.c around RewriteRule
Made things work on Dreamhost shared hosting
This commit is contained in:
parent
14cd71516c
commit
025802ad93
1 changed files with 0 additions and 2 deletions
|
|
@ -5,8 +5,6 @@ php_value post_max_size 512M
|
|||
php_value memory_limit 128M
|
||||
SetEnv htaccessWorking true
|
||||
</IfModule>
|
||||
<IfModule !mod_php5.c>
|
||||
RewriteEngine on
|
||||
RewriteRule .* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization},last]
|
||||
</IfModule>
|
||||
Options -Indexes
|
||||
|
|
|
|||
Loading…
Reference in a new issue