Files
portal_v3/portal/admin/.htaccess
equippedcoding-master 1c59875b8a initial commit 2
2025-09-17 15:19:57 -05:00

14 lines
293 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 . /portal/admin/index.php [L]
</IfModule>