Files
portal_v3/api/v1/apps/.htaccess
equippedcoding-master e2c98790b2 initial commit
2025-09-17 09:37:06 -05:00

9 lines
276 B
ApacheConf

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /v1/apps/index.php [L]
</IfModule>