maddoger/yii2-cms-app/master/frontend/web/.htaccess
Options All -Indexes RewriteEngine On RedirectMatch 403 /.git RedirectMatch 403 /.htaccess$ RewriteCond %{REQUEST_URI} !.(ico|js|css|jpg|gif|png)$ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php [L,QSA]