musicsnap/LearnCode/master/php/yaf/public/.htaccess - Htaccess File

musicsnap/LearnCode/master/php/yaf/public/.htaccess

#.htaccess, 当然也可以写在httpd.conf
RewriteEngine On
 RewriteRule ^(.*.(?:css|less|scss|js|coffee|jpg|png|gif|jpeg))$ /?sumibuy=common/munee/&files=/$1 [L,QSA,NC]
      RewriteCond %{REQUEST_FILENAME} !-f
            RewriteRule .* index.php

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache