在web文件夹中创建新文件
命名为:.htaccess
记得没有任何后缀哦
然后在此文件中写入这段代码:
Options +FollowSymLinks
IndexIgnore /
RewriteEngine on
#RedirectMatch permanent ^/CDN/(.*) http://cdn.buyevery.cn/CDN/$1
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php
然后保存就OK啦