johnzxw/yii2-demo/dev/api/web/.htaccess - Htaccess File

johnzxw/yii2-demo/dev/api/web/.htaccess

<IfModule rewrite_module>
Options +FollowSymLinks
RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !=/favicon.ico
RewriteRule . index.php
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache