suyuan/public/nginx.htaccess

5 lines
77 B
Plaintext
Raw Normal View History

2023-11-22 18:10:32 +08:00
if (!-e $request_filename)
{
rewrite ^/(.*)$ /index.php?s=$1 last;
break;
2023-11-21 13:31:53 +08:00
}