cmbYouku_Api/public/nginx.htaccess

3 lines
80 B
Plaintext
Raw Normal View History

2024-07-02 15:31:08 +08:00
if (!-e $request_filename) {
rewrite ^(.*)$ /index.php?s=/$1 last;
}