This website works better with JavaScript.
Explore
Help
Register
Sign In
yangsai
/
jiuhaoshenghuo
Watch
1
Star
0
Fork
You've already forked jiuhaoshenghuo
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
徐总多门店
19
Commits
1
Branch
0
Tags
725 MiB
JavaScript
48.8%
Vue
31.7%
PHP
9.8%
CSS
6.6%
HTML
2.6%
Other
0.3%
Tree:
476a99ad8d
jiuhaoshenghuo
/
public
/
nginx.htaccess
6 lines
108 B
Raw
Blame
History
location / {
if (!-e $request_filename) {
rewrite ^(.*)$ /index.php?s=/$1 last;
break;
}
}
Reference in new issue
View Git Blame
Copy Permalink