Hello people, I'm trayning to migrate my php application from apache 2 server to use nginx, i have some issues configuring some rewrite rules. My application is Symfony-based (php). .htaccess configuration is as follows: <pre><IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST_URI}::$1 ^(/.+)/(.*)::\2$ RewriteRule ^(.*) - # Sets the HTTP_AUTHORIZATION headerby Habeeb - Migration from Other Servers