PHP rewrite后CSS式样丢失

WBOY
Release: 2016-06-13 13:22:22
Original
1038 people have browsed it

PHP rewrite后CSS样式丢失。
大家好,

 RewriteRule ^ArticleInfo/(\d+)/(\d+)$ ArticleInfo.php?Pid=$1&id=$2

我使用了“ArticleInfo/11/1.html”这要子,页面是出来了,可是样式和JS不起作用了。

如果是 RewriteRule ^ArticleInfo-(\d+)-(\d+)$ ArticleInfo.php?Pid=$1&id=$2

“ArticleInfo-11-1.html”就正确 ,可不可以改成“/”

------解决方案--------------------
应该可以的,只要修改文件里面 样式和js的路径为绝对根路径就可以了



/js/test.js
------解决方案--------------------
看下路径又没什么问题……

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!