mirror of https://github.com/helloxz/onenav.git
xiaoz
4 years ago
4 changed files with 43 additions and 1 deletions
@ -0,0 +1,4 @@
@@ -0,0 +1,4 @@
|
||||
RewriteEngine On |
||||
RewriteRule '^click\/(.*)$' /index.php?c=click&id=$1 [L] |
||||
RewriteRule '^api\/(.*)?(.*)$' /index.php?c=api&method=$1&$2 [L] |
||||
RewriteRule login /index.php?c=login [NC,L] |
Loading…
Reference in new issue