Again, from my old OpenCart store, this is what I did to get it working with Friendly URLS location /shop/ { try_files $uri @opencart; } location @opencart { rewrite ^/shop/(.+)$ /shop/index.php?_route_=$1 last; } location ~ /\.ht { deny...