Htaccess File

DarkAngel36/testtask/master/backend/web/.htaccess

REQUEST_FILENAME
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
Exit mobile version