kokjan/backend/web/.htaccess

4 lines
116 B
ApacheConf
Raw Normal View History

2026-02-25 06:59:34 +00:00
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L]