3 lines
67 B
ApacheConf
3 lines
67 B
ApacheConf
|
RewriteEngine On
|
||
|
RewriteRule ^/?api/(.*) api-dispatch.php?q=$1 [L]
|