This website requires JavaScript.
Explore
Help
Register
Sign In
zhouyonggao
/
cmbYouku_Api
Watch
1
Star
0
Fork
You've already forked cmbYouku_Api
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
9b8d13460f
cmbYouku_Api
/
public
/
nginx.htaccess
3 lines
80 B
Plaintext
Raw
Normal View
History
Unescape
Escape
修改配置文件
2024-07-02 15:31:08 +08:00
if (!-e $request_filename) {
rewrite ^(.*)$ /index.php?s=/$1 last;
}