Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
I'm trying to rewrite /anything/index.php to /anything/ in Nginx. I've Bing'd but nothing helps. Can anyone help me please.
这样的事情怎么样?
rewrite ^/(.*)/index.php /$1/ last;