cmbYouku_Api/public/nginx.htaccess

6 lines
148 B
Plaintext
Raw Normal View History

2024-07-02 15:39:03 +08:00
location ~ /(front|oauth|agreement|order) {
if (!-e $request_filename) {
2024-07-02 15:33:28 +08:00
rewrite ^(.*)$ /index.php?s=/$1 last;
2024-07-02 15:39:03 +08:00
break;
}
2024-07-02 15:31:08 +08:00
}