将以下内容保存为txt文本,重命名为.htaccess,上传到网站根目录。 ```apache RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ /index.php/$1 [L] ``` Loading... 将以下内容保存为txt文本,重命名为<font color="red">.htaccess</font>,上传到网站根目录。 ```apache <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ /index.php/$1 [L] </IfModule> ``` 最后修改:2024 年 01 月 16 日 © 允许规范转载 打赏 赞赏作者 支付宝微信 赞 如果觉得我的文章对你有用,愉快的请我喝杯水