(English) How to convert Apache rewrites for nginx Guide Add comments Sep 132013 Ci spiace, ma questo articolo è disponibile soltanto in Inglese Americano. Popular Posts: None Found One Response to “(English) How to convert Apache rewrites for nginx” RoseHosting says: 20 September 2013 at 08:26 Nginx rewrite rule for WordPress permalinks location / { try_files $uri $uri/ /index.php?$args; } Rispondi Leave a Reply Cancel reply Your Comment You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> Name (required) E-mail (required) URI Codice CAPTCHA *
Nginx rewrite rule for WordPress permalinks
location / {
try_files $uri $uri/ /index.php?$args;
}