try_files $uri $uri/ @rewrite; location @rewrite { rewrite ^/index.php/(.*)$ /index.php?s=/$1; rewrite ^/(.*)$ /index.php?s=/$1; }