DarkAngel36/testtask/master/backend/web/.htaccess - Htaccess File

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

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache