Hi, My script provider wants me to add this code to be inserted to Nginx configuration file. location / { if (!-e $request_filename) { rewrite ^/admin/(.*)$ /admin/index.php?route=$1 last; rewrite ^/(.*)$ /index.php?route=$1 last;...