PHP header()不会在下一个.php上加载CSS

时间:2017-04-22 02:17:08

标签: php html css

我有一个表单,用于验证登录页面然后执行

header("Location: http://....../main.php/");

重定向时,CSS不会加载到main.php

Error given by the console

但是当我手动访问该页面时,会应用CSS并且不会报告错误。

该页面由带有HTML标记的PHP echo语句生成。

添加CSS:

<head>
     <link rel="stylesheet" type="text/css" href="CSS/main.css">
</head>

1 个答案:

答案 0 :(得分:2)

/

之后删除main.php
header("Location: http://....../main.php");