site-proximo/api_proximo/public/.htaccess
2021-01-28 20:18:25 +01:00

17 lines
No EOL
361 B
ApacheConf

<IfModule mod_rewrite.c>
<IfModule mod_negotiation.c>
Options -MultiViews
</IfModule>
RewriteEngine On
RewriteRule ^(,*)/$ /$1 [L,R=301]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^ /~proximo/v2/index.php [L]
</IfModule>
<IfModule mod_authz_core.c>
Require all granted
Satisfy All
</IfModule>