DarkAngel36/testtask/master/backend/web/.htaccess
ErrorDocument 404 "Oops... Sorry, a small technical problem."
AddDefaultCharset UTF-8
Options -Indexes
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php
Files
