Welcome! Log In Create A New Profile

Advanced

Rewrite rules from Apache again

Luciano Mannucci
June 10, 2014 12:02PM
I'm still trying to move everything from apache to nginx.
I've successfully translated some rules from the .htaccess:

RewriteRule ^(.*)_k(.*)\.htm$ pagina.php?k=$2

works pretty weff if turned into:

rewrite ^/(.*)_k(.*).htm$ /pagina.php?k=$2 ;

while

RewriteRule ^privacy.php$ pagina.php?k=privacy

does not work if translated as:

rewrite ^/privacy.php$ /pagina.php?k=privacy ;

the request is passed unchanged and I get a 404 error for the
/privacy.php page does'nt exist.

What did I miss?

AdvThanksAnce,

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: posthamster@sublink.sublink.ORG
/ \ AND POSTINGS / WWW: http://www.lesassaie.IT/

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

Rewrite rules from Apache again

Luciano Mannucci June 10, 2014 12:02PM

Re: Rewrite rules from Apache again

Francis Daly June 10, 2014 05:44PM

Re: Rewrite rules from Apache again

Luciano Mannucci June 11, 2014 12:22PM

Re: Rewrite rules from Apache again

Francis Daly June 11, 2014 01:06PM

Re: Rewrite rules from Apache again

Luciano Mannucci June 12, 2014 09:26AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 161
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready