banki.test/web/.htaccess

5 lines
117 B
ApacheConf
Raw Normal View History

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