6 lines
144 B
ApacheConf
6 lines
144 B
ApacheConf
|
|
RewriteEngine On
|
||
|
|
|
||
|
|
# Route /api/* requests to the PHP API handler
|
||
|
|
RewriteCond %{REQUEST_URI} ^/api/
|
||
|
|
RewriteRule ^api/(.*)$ api/index.php [L,QSA]
|