[Owncloud] .htaccess generation in ownCloud 2.0.1

Thomas Müller thomas.mueller at tmit.eu
Mon Nov 21 22:13:19 UTC 2011


Hi,

within 2.0.1 two additional lines have been added to the .htaccess generation (lib/setup.php):
RewriteEngine on
RewriteRule .* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization},last]

In case the rewrite module is not enabled apache cannot start the application.

We should add <IfModule rewrite.c> - I guess.

Any comments?

Thanks,

Thomas




More information about the Owncloud mailing list