PHP app breaks on Nginx, but works on Apache
- by rizon1990
I want to migrate a PHP application from Apache to Nginx. The problem is that the App breaks, because the routing doesn't work anymore and I'm not exactly sure how to fix it.
The PHP application includes some .htaccess files and I tried to convert those to Nginx.
The first one is in the document root:
<IfModule mod_rewrite.c>
…