mirror of https://github.com/helloxz/onenav.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4 lines
184 B
4 lines
184 B
4 years ago
|
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]
|