liujiasheng/kuaidishu/master/public/.htaccess - Htaccess File

liujiasheng/kuaidishu/master/public/.htaccess

RewriteEngine On
Options FollowSymLinks
#RewriteCond %{HTTP_HOST} !^www.kuaidishu.com$ [NC]
#RewriteRule ^(.*)$ http://www.kuaidishu.com/$1 [R=301,L]
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^.*$ index.php [NC,L]

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, REQUEST_FILENAME

Comments

Apache