On Wed, Jun 24, 2015, 15:31 nngin <[email protected]> wrote: searching the site, i found that this same question goes unanswered. Please point me in the right direction of where i would be able to get help.
Posted at Nginx Forum: http://forum.nginx.org/read.php?2,259810,259876#msg-259876 _______________________________________________ nginx mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx Not quite familiar with apache rewrite rules, but I think you just need: rewrite ^(.*)/$ $1 permanent; try_files $uri /index.php; Not tested, apologies if I'm wrong.
_______________________________________________ nginx mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx
