在根目录.htaccess文件添加

<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)$ /index.php/$1 [L]
</IfModule>
最后修改:2024 年 03 月 02 日
如果觉得我的文章对你有用,请随意赞赏