<div dir="ltr"><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">Hello,<br><br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">You do not necessarily need to *redirect* <i>per se</i>, but you wish content to be served by your index.php files.<br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)"><br>Would<br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">location /index.php {<br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)"> location ~* (?:.*/index.php)(.*) {<br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)"> fastcgi_param SCRIPT_FILENAME $document_root$1;<br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)"> fastcgi_pass <your upstream>;<br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)"> }<br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">}<br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">do the job? (untested)<br></div><div class="gmail_extra"><div><div class="gmail_signature"><font size="1"><span style="color:rgb(102,102,102)">---<br></span><b><span style="color:rgb(102,102,102)">B. R.</span></b><span style="color:rgb(102,102,102)"></span></font></div></div>
<br><div class="gmail_quote">On Mon, Nov 23, 2015 at 7:19 PM, lmauldinpe15 <span dir="ltr"><<a href="mailto:nginx-forum@nginx.us" target="_blank">nginx-forum@nginx.us</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Another note, on some of the application sub directories, I need to emulate<br>
this rule from .htaccess: RewriteRule ^(.*)$ %{DOCUMENT_ROOT}/index.php/$1<br>
[QSA,L]<br>
<br>
Posted at Nginx Forum: <a href="https://forum.nginx.org/read.php?2,263024,263026#msg-263026" rel="noreferrer" target="_blank">https://forum.nginx.org/read.php?2,263024,263026#msg-263026</a><br>
<div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" rel="noreferrer" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</div></div></blockquote></div><br></div></div>