我有一个CMS的源代码cms后端工作完美但在前端显示错误css不能正常工作我正在寻找解决方案然后找到
<!-- language: lang-html -->
<link href="<?php echo $sitepath; ?>/Assets/css/bootstrap.css" rel="stylesheet" media="screen"/>
<link href="<?php echo $sitepath; ?>/Assets/css/font-awesome.min.css" rel="stylesheet"/>
<link href="<?php echo $sitepath; ?>/Assets/css/bootstrap-responsive.css" rel="stylesheet" media="screen"/>
<link href="<?php echo $sitepath; ?>/Assets/css/sitestyles.css" rel="stylesheet" media="screen"/>
尚未修复
我尝试修复include.php这里的文件是包含文件
$sitepath="http://".$_SERVER['HTTP_HOST'];
//Replace with your domain name if you wish
//$sitepath="http://www.example.com";
此代码在我的服务器上运行,但在我的localhost xampp上使用此代码进行更改
$sitepath="http://localhost/cms".$_SERVER['HTTP_HOST'];
//Replace with your domain name if you wish
//$sitepath="http://www.example.com";
仍然显示顶级代码css无法正常显示网址
像这样,我帮助你,本地主机/ CMS /本地主机/ index.php的