求助使用urlManager美化路径

2025-05-09 04:37:47
推荐回答(1个)
回答1:

一:'URL_MODEL'
=> 2, //URL模式 配置文件改成2

二.修改.htaccess文件内容为:

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?/$1 [QSA,PT,L]