gpt4 book ai didi

.htaccess - Yii 如何获得干净漂亮的 URL

转载 作者:行者123 更新时间:2023-12-04 22:22:50 25 4
gpt4 key购买 nike

我是 Yii 框架的新手。我在配置文件中取消了对 url 管理器的注释,并得到了这样的 url 方案:

http://localhost/mysite/index.php/displayAll

我不想要 url 中的 index.php。所以我想要一个像这样的网址
http://localhost/mysite/displayAll

要做到这一点,我该怎么做。我确实玩过 url 管理器和一些 htaccess,但没有任何进展。

请帮忙

最佳答案

尝试:

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

关于.htaccess - Yii 如何获得干净漂亮的 URL,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11807652/

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