Files
site-builder/.htaccess
T

6 lines
144 B
ApacheConf
Raw Normal View History

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