[Owncloud] rewrite bug in apache: 500 internal server error
Pascal d'Hermilly
pascal at dhermilly.dk
Tue Nov 15 12:09:53 UTC 2011
On 14-11-2011 18:35, Jakob Sack wrote:
> what happens if you replace
>> --
> RewriteEngine on
> RewriteRule .* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization},last]
> <--
> with
>> --
> <IfModule mod_rewrite.c>
> RewriteEngine on
> RewriteRule .* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization},last]
> </IfModule>
> <--
> Does it work then?
Yes :-)
Pascal
More information about the Owncloud
mailing list