Files
23cm/web/.htaccess
2026-01-25 18:18:09 +08:00

5 lines
117 B
ApacheConf

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule . index.php [L]