[Owncloud] .htaccess generation in ownCloud 2.0.1

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


okay - just had a second look (should have had the second look before mailing - sorry)

The generation of the htaccess is okay.

The .htaccess within the zip is causing the trouble - <IfModule rewrite.c> or <IfModule !mod_php5.c> is missing there.

Sorry,

Thomas

Am Montag, den 21.11.2011 um 23:13 schrieb Thomas Müller:
> 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
> 
> _______________________________________________
> Owncloud mailing list
> Owncloud at kde.org
> https://mail.kde.org/mailman/listinfo/owncloud



More information about the Owncloud mailing list