php目錄疑問

2012-09-15 7:36 pm
網站目錄及文件層級如下:

www
style
layout.css
include
inc_header.php
inc_footer.php
collegelife
index.php
dailyspendings
index.php

目前問題出在紅色和藍色的兩個index.php

在紅色index.php使用include("../include/inc_header.php");完全正常,css也沒有錯誤;
但是在更下一層目錄的藍色index.php使用include("../include/inc_header.php");則無法含入
後來我勉強找到一個可以含入的方法include($_SERVER['DOCUMENT_ROOT']."/include/inc_header.php");,header的內容出現了,但是css樣式卻完全消失了

第一層子目錄在目錄操作完全正確,第二層子目錄卻一直錯誤
這到底是什麼原因?

回答 (3)

2012-09-15 10:18 pm
✔ 最佳答案
試試路徑用'../../include/inc_header.php'來確保路徑正確

/inc_header.php內的style type="text/css" 的路徑也加../

再不行用絕對路徑(www.*.com/style/layout.css)


------------------------------------------

你的問題完整/補充解答
http:/answer.key.to/?Shadow_01

2012-09-15 14:18:56 補充:
你的問題完整/補充解答
http:/answer.key.to/?Shadow/01
參考: mE, mE
2014-10-30 3:30 pm
到下面的網址看看吧

▶▶http://qaz331.pixnet.net/blog
2014-09-22 11:42 am


收錄日期: 2021-04-13 18:58:46
原文連結 [永久失效]:
https://hk.answers.yahoo.com/question/index?qid=20120915000016KK02432

檢視 Wayback Machine 備份