logistics/public/nginx.htaccess
2024-01-21 16:03:20 +08:00

5 lines
89 B
Plaintext
Executable File

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