Files
equippedcoding-master 1c59875b8a initial commit 2
2025-09-17 15:19:57 -05:00

9 lines
275 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/dev/index.php [L]
</IfModule>