|
|
@ -275,7 +275,7 @@ class OC_Setup { |
|
|
|
$content.= "php_value post_max_size 512M\n"; |
|
|
|
$content.= "php_value post_max_size 512M\n"; |
|
|
|
$content.= "SetEnv htaccessWorking true\n"; |
|
|
|
$content.= "SetEnv htaccessWorking true\n"; |
|
|
|
$content.= "</IfModule>\n"; |
|
|
|
$content.= "</IfModule>\n"; |
|
|
|
$content.= "<IfModule !mod_php5.c>\n"; |
|
|
|
$content.= "<IfModule mod_rewrite.c>"; |
|
|
|
$content.= "RewriteEngine on\n"; |
|
|
|
$content.= "RewriteEngine on\n"; |
|
|
|
$content.= "RewriteRule .* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization},last]\n"; |
|
|
|
$content.= "RewriteRule .* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization},last]\n"; |
|
|
|
$content.= "</IfModule>\n"; |
|
|
|
$content.= "</IfModule>\n"; |
|
|
|