On Wed, 11 Jun 2014 18:05:50 +0100 Francis Daly <[email protected]> wrote:
On Wed, 11 Jun 2014 18:05:50 +0100 Francis Daly <[email protected]> wrote: > The rewrite that you want doesn't happen, because the request > /en/privacy.php is handled in: > > > location ~ \.php$ { > > location / { > > location ^~ /en/ { > > location = /en/pagina.php { > > location ~ \.php$ { > > ...that location, and not in the one two above it. > > Good luck with it, Solved! Moving all the rewrite rules outside the "location" to the "server" section makes them work as expected. The regexp takes care of the different rewritings to be done. Maaany thanks again, Luciano. -- /"\ /Via A. Salaino, 7 - 20144 Milano (Italy) \ / ASCII RIBBON CAMPAIGN / PHONE : +39 2 485781 FAX: +39 2 48578250 X AGAINST HTML MAIL / E-MAIL: [email protected] / \ AND POSTINGS / WWW: http://www.lesassaie.IT/ _______________________________________________ nginx mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx
