finance-pay/public/nginx.htaccess

5 lines
75 B
Plaintext
Raw Permalink Normal View History

2023-11-15 12:02:33 +08:00
if (!-e $request_filename)
{
rewrite ^/(.*)$ /index.php?s=$1 last;
break;
}