This website requires JavaScript.
Explore
Help
Register
Sign In
Lee
/
www.lightcourse.com
Watch
1
Star
0
Fork
You've already forked www.lightcourse.com
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
cc9fa14bcc
www.lightcourse.com
/
public
/
nginx.htaccess
6 lines
117 B
Plaintext
Raw
Blame
History
location / {
if (!-e $request_filename) {
rewrite ^(.*)$ /index.php?s=$1 last;
break;
}
}
Reference in New Issue
View Git Blame
Copy Permalink