This website requires JavaScript.
Explore
Help
Sign In
sileya-ai
/
vr-shopxo-plugin
Watch
1
Star
0
Fork
You've already forked vr-shopxo-plugin
0
Code
Issues
3
Pull Requests
Packages
Projects
Releases
Wiki
Activity
7f32ad87c2
vr-shopxo-plugin
/
shopxo
/
public
/
htaccess-nginx
5 lines
101 B
Plaintext
Executable File
Raw
Blame
History
location / {
if (!-e $request_filename) {
rewrite ^(.*)$ /index.php?s=/$1 last;
}
}
Reference in New Issue
View Git Blame
Copy Permalink