gpt4 book ai didi

.htaccess - Seo Url 和 .htaccess 设置

转载 作者:塔克拉玛干 更新时间:2023-11-03 02:35:19 25 4
gpt4 key购买 nike

当我访问时,我尝试让我的网站运行 seomysite.com/search/eminem/1/video.html给我这个网址的结果mysite.com/index.php?search=eminem&page=1&type=video它向我显示了搜索页面,但没有结果,没有图像或 javascript 等。就像 css 和 js 没有实现

这是我的 .htacces 代码

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^search/(.*)/(.*)/(.*).html?$ index.php?search=$3&page=$2&type=$1 [L]
<IfModule mod_deflate.c>
<FilesMatch "\.(php|js|css|mp3|wmv|flv|html|htm)$">
SetOutputFilter DEFLATE
</FilesMatch>
</IfModule>
</IfModule>

最佳答案

您需要将所有相对链接(用于图像、CSS、JavaScript 等)设为带有前导斜杠的绝对链接,或者将其添加到 index.php 内容的标题中:

<base href="/">

关于.htaccess - Seo Url 和 .htaccess 设置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12663996/

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