[#7985] Pretty URL's don't work with Nginx ...
History
Updated: 2012-08-22 19:51
state: Open => Closed
Updated: 2012-05-24 11:15
resolution_id: 5 => 9
Updated: 2012-05-24 11:04
description: Or at least, the simple config for nginx webserver is to use:
try_files $uri $uri/ /?page=$request_uri
... the problem is that $request_uri contains the leading / ... (eg: /contact /about etc)
the simple fix, is to strip the leading / as well a => Or at least, the simple config for nginx webserver is to use:
try_files $uri $uri/ /?page=$request_uri
... the problem is that $request_uri contains the leading / ... (eg: /contact /about etc)
the simple fix, is to strip the leading / as well a
resolution_id: => 5
severity_id: 4 => 3