mmerzlyakov/demoyii2/master/web/.htaccess - Htaccess File

mmerzlyakov/demoyii2/master/web/.htaccess

RewriteEngine on
# If a directory or a file exists, use it directly
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
# Otherwise forward it to index.php
RewriteRule . index.php

# use utf-8 encoding for anything served text/plain or text/html
AddDefaultCharset utf-8
# force utf-8 for a number of file formats
AddCharset utf-8 .php .html .css .js .xml .json .rss

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache