Alternc  latest
Alternc logiel libre pour l'hébergement
api.conf
Go to the documentation of this file.
1 
2 # apache configuration to add the API at /api/ in any panel
3 # put this into /etc/alternc/apache-panel.d
4 
5 RewriteEngine On
6 
7 RewriteCond %{REQUEST_FILENAME} !-f
8 RewriteRule /api/(.*) /api/index.php [L]
9