Florian
Florian
Yes it work. I forgot to put the chmod. https://forum.mountain-linux.eu.org/fr/
But have you got a nginx config because my config word work with url http://forum.mountain-linux.eu.org/fr/install
If you prefere i'm online in Gitter.
Don't work http://forum.mountain-linux.eu.org/fr/install return File not found. server { listen 80; server_name www.forum.mountain-linux.eu.org forum.mountain-linux.eu.org; root /usr/share/nginx/mountain-linux-forum; index index.php index.html; location / { try_files $uri $uri/ /index.php$is_args$args; } location ~ \.css...
I fix the conf of nginx but I have to add index.php to the url for it work. And http://forum.mountain-linux.eu.org/fr/index.php/install `File not found.`
I click on `Start Install` and i'm redirect vers install page.