gpt4 book ai didi

css - mod_rewrite 如何在某个目录中显示图像

转载 作者:太空宇宙 更新时间:2023-11-03 19:13:01 25 4
gpt4 key购买 nike

我开始使用 mod_rewrite 并想知道以下是否可行...

RewriteRule ^test/([^/]*)/$ /test.php?x=$1 [NC,L]

然而,这按预期工作,一旦 HTML 生成,我使用图像/样式表等的相对路径,例如 <img src="include/image.jpg" />现在不再显示。

我该如何解决这个问题?

非常感谢

最佳答案

一种方法是将规则添加到 skip requests that end in standard image file suffixes :

RewriteRule \.(gif|jpe?g|png|ico)$ - [NC,S=1]
RewriteRule ^test/([^/]*)/$ /test.php?x=$1 [NC,L]

关于css - mod_rewrite 如何在某个目录中显示图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7655394/

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