WcAmbros/zali-v-arendu.dev/master/frontend/web/.htaccess - Htaccess File

WcAmbros/zali-v-arendu.dev/master/frontend/web/.htaccess

Order Allow,Deny
Allow from all

AddDefaultCharset utf-8

RewriteEngine on

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php

AddType text/x-component .htc

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache