Files
ExpenseCount/app/webroot/.htaccess
2026-06-25 13:03:45 +06:00

7 lines
170 B
ApacheConf

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