gpt4 book ai didi

php - 如何编辑 htaccess 文件

转载 作者:行者123 更新时间:2023-11-28 10:33:35 27 4
gpt4 key购买 nike

我在 .htaccess 中写了这些文件:

DirectoryIndex index.php   
RewriteEngine On
RewriteRule ^user/([^/]*)(/?)+$ profile.php?id=$1 [L]

但是当我要去 site.com/user/nickname , 所有相关内容正在加载 user文件夹。那是我的style.css位于根文件夹中的文件未加载。我不想编辑我的所有代码。

示例:我已将这些写入我的所有代码:<img src="uploads/some_image.jpg"> .我不想将其更改为 <img src="/uploads/some_image.jpg"> .

最佳答案

I don't want to change this to <img src="/uploads/some_image.jpg">.

但这就是你应该做的。作为替代方案,您可以使用 <base>标签 <base href="/" /><head> 内.我不建议您使用更多重写规则来解决这个问题。

关于php - 如何编辑 htaccess 文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23429221/

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