Page 2 of 2

Re: Installation problem

Posted: Fri Oct 20, 2017 7:58 pm
by wiz
Now https://wonder.bitstyl.ru/loginURL seems to work, but it's not perfect yet.

Code: Select all

location / {
	if (!-e $request_filename) {
		rewrite ^/(.+)$ https://wonder.bitstyl.ru/index.php?page=$1 last;
	}
}
I don't have a live NGINX server, so I can't test the above. It might take some trial and error.

Re: Installation problem

Posted: Tue Oct 24, 2017 2:32 pm
by DesCod
To my great regret, WonderCMS did not want to work on the NGINX server, I even tried to put it in the root directory www. I can not install Apace just for this - the rest of my sites work on NGINX.

Re: Installation problem

Posted: Tue Oct 24, 2017 3:17 pm
by wiz
Hi DesCod, for WonderCMS to work on NGINX, please see the following link: https://github.com/robiso/wondercms/wik ... ver-config - editing of your nginx.conf will be required, along with a server restart.