Files
zyt/server/public/nginx.htaccess
T
2026-05-11 17:49:38 +08:00

5 lines
115 B
Plaintext
Executable File

if (!-e $request_filename)
{
rewrite ^/(.*)$ /index.php?s=$1 last;
break;
}