Page 1 of 1

[SOLVED] Nginx parameter

Posted: Wed Nov 15, 2017 11:50 am
by michelw
Hello,
If we install, Nginx with module ngx_http_rewrite_module http://nginx.org/en/docs/http/ngx_http_ ... odule.html.
Does he still install this: https://github.com/robiso/wondercms/wik ... ver-config
Tanks vor your anserver

Re: Nginx parameter

Posted: Thu Nov 16, 2017 11:58 am
by wiz
Hello michelw, if URL rewriting doesn't work, then yes, that will have to be included in your NGINX server configuration and a restart is required.

Does WonderCMS work normally after applying this? https://github.com/robiso/wondercms/wik ... ver-config
The above NGINX configuration will create clean URLs (example: it changes the URL from http://example.com/index.php?page=home to http://example.com/home).