yichen1990319/hld/master/web/.htaccess - Htaccess File

yichen1990319/hld/master/web/.htaccess

Options +FollowSymLinks
IndexIgnore */*
RewriteEngine on

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule . index.php

#Header set Access-Control-Allow-Origin "http://admin.huogou.dev"

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache