Files
bs 5c3b21193e
CI / testsuite (push) Successful in 3m13s
CI / Coding Standard & Static Analysis (push) Failing after 4m10s
first commit
2026-09-15 02:04:11 -07:00

6 lines
130 B
ApacheConf

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
</IfModule>