CottaCush/yii2-base-project/master/app/web/.htaccess - Htaccess File

CottaCush/yii2-base-project/master/app/web/.htaccess

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php
Options -Indexes
Header set X-Frame-Options SAMEORIGIN
Header set X-Content-Type-Options nosniff

On Github License

Files

Download PDF of Htaccess file
ORIGIN, REQUEST_FILENAME

Comments

Apache