Wizard Installation is always pending in "redirection" - RESOLVED

Hello

[/details]

Nextcloud version : 14.0.1.1
Operating system and version : Debian stretch et Ubuntu 18.04
Apacheversion : 2.0
PHP version : 7.0.32

My problem on all my computer with my new installation : after login, the wizard stays in “redirection pending”

The output of your Nextcloud log in Admin > Logging:
-> where do I find it ?

The output of your config.php :

<?php $CONFIG = array ( 'instanceid' => '**', 'passwordsalt' => '**', 'secret' => '**', 'trusted_domains' => array ( 0 => 'my.1formanet.com', ), 'datadirectory' => '/home/**/my/data', 'dbtype' => 'mysql', 'version' => '14.0.1.1', 'overwrite.cli.url' => 'http://my.**.com', 'dbname' => '***', 'dbhost' => 'mysql51-58.perso', 'dbport' => '', 'dbtableprefix' => 'oc_', 'dbuser' => '***', 'dbpassword' => '***', 'installed' => true, ); The output of your Apache/nginx/system log in `/var/log/____`: ``` PASTE HERE ```

I found the solution … It was a problem of rights on .htaccess , need to be in 644