Windows
5
Вклад в тег
RewriteEngine On
RewriteRule ^(.*)$ /public/$0
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) index.php?$0 [L]
/css/bootstrap.min.css
и т.д.