On Tue, Apr 01, 2014 at 02:23:27PM -0400, skyice wrote: Hi there,
> With this rule : > > rewrite ^/([^/])(/.*) $2?locale=$1&$query_string last; > > I get a 404 error when I try go on http://example.org/en/test.php instead of > http://example.org/test.php?locale=en Does this rewrite regex match this request? What does the debug log say? f -- Francis Daly [email protected] _______________________________________________ nginx mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx
