CSS stylesheets path not being detected by the server 404 not found error?

前端 未结 3 1615
迷失自我
迷失自我 2021-01-22 17:18

I have a Header File by the name header.php which goes like this :

It is inside a folder called includes so the path is includes/header.php



        
3条回答
  •  天涯浪人
    2021-01-22 17:43

    Maybe it's better to test with header.php absolute path first. Also path of your scripts and style sheets should be relative to index.php not header. (Sorry for bad English)

提交回复
热议问题