gpt4 book ai didi

php - 无法在 Godaddy 托管中使用 .htaccess 更改 url

转载 作者:行者123 更新时间:2023-12-04 05:39:03 24 4
gpt4 key购买 nike

我必须使用 .htaccess 更改 url

.htaccess 存储在链接文件夹中。

我的 .htaccess 文件是

Options -Multiviews
Options +FollowSymlinks
RewriteEngine on
RewriteRule ^([1-9a-z]*)$ index.php\?u=$1 [L]

当我打开这个

'http://example.com/link/index.php?u=3ujkzf'

网址它有效。

但是当我打开

'http://example.com/link/3ujkzf' 短链接

我得到了默认的 Godaddy 托管错误页面。

请帮忙..

谢谢阅读。。

最佳答案

如果您的项目位于 link文件夹,你需要包括:

RewriteRule   ^link/([1-9a-z]*)$ /link/index.php?u=$1 [L]

顺便说一句,重写规则的第二部分中的问号不需要转义

关于php - 无法在 Godaddy 托管中使用 .htaccess 更改 url,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11513572/

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