Heim >Backend-Entwicklung >PHP-Tutorial > 链接地址重复有关问题。

链接地址重复有关问题。

WBOY
WBOYOriginal
2016-06-13 13:31:21933Durchsuche

链接地址重复问题。。求救!


问题:

网站本址地址:http://192.168.0.15/dircms

当进到某个内容页时(内容页地址 http://192.168.0.15/dircms/html/201205/content_17.htm)

内容页下 某篇文章的链接(如 href="html/201205/content_15.htm")这链接是正确的。html在根目录下的。

当我点击文章的标题时,进入的是:(http://192.168.0.15/dircms/html/201205/html/201205/content_16.htm)

地址的目录重复。两个(html/201205)也就是会加上当前目录,


不知道上面有没有表达清楚。

------解决方案--------------------
,用绝对路径……

这样很方便。。比如URL重写的情况,或者生成静态时候,目录是不定的,相对的CSS、js、图片路径等

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn