我尝试在访问时使用seo运行我的网站 的 mysite.com/search/eminem/1/video.html 给我这个网址的结果 的 mysite.com/index.php?search=eminem&page=1&type=video 它向我展示了搜索页面,但没有结果没有图像或javascripts等。就像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>
答案 0 :(得分:1)
您需要将所有相关链接(对于图像,CSS,JavaScript等)设置为带有前导斜杠的绝对链接,或者将其添加到index.php内容的标题中:
<base href="/">