gpt4 book ai didi

php - Codeigniter 无法从 URL 中删除索引

转载 作者:太空宇宙 更新时间:2023-11-03 17:15:08 24 4
gpt4 key购买 nike

我正在使用 CentOS,

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond $1 !^(index\.php|robots\.txt|resources)
RewriteRule ^(.*)$ index.php/$1 [L]
RewriteBase /var/www/html/site/

</IfModule>

但是遇到同样的问题,我的 index.php 页面工作正常,但是当我删除 index.php 时它不工作...

最佳答案

我认为它会对您有所帮助,因为我正在使用它。将此代码放入根文件夹的 htaccess 文件中。

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php/$0 [PT,L]

请告诉我它是否有效。

关于php - Codeigniter 无法从 URL 中删除索引,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17273291/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com