請問
Administer --> site configuration -->site information
內的
Default front page
The home page displays content from this relative URL. If unsure, specify "node".
從字面意思是,不就是從path 讀出某一個 php 檔,來做頁面的content
因此我在 site-drupal/ 下方,新建一個 testhost資料夾
並在 site-drupal/testhost/ 資料夾內 新增一 index.php
但我在方格內輸入 testhost
整個頁面如下面所示
但卻會出現 The path 'testhost' is either invalid or you do not have access to it.
似乎我會錯意了嗎 ? 只能填 node ???
附加檔案 | 大小 |
---|---|
aa.png | 3.8 KB |
Re: 請問 Administer --> site configuration -->site ...
建立一個資料夾然後新增一個頁面的作法是不行的哦!!
建議以下作法~
(1)建立頁面/使用輸入格式選擇PHP code將你的php程式頁面引入進來~ (這功能從模組的PHP filter開啟)
此時也會產生一個drupal的頁面~將這路徑id記下來就能使用
人人把心中的愛發揮出來,就能凝聚善的福業,形成善的循環。 (靜思語錄)
Re: 請問 Administer --> site configuration -->site ...
嗯嗯,有點奇怪
我目前是用 zen theme,然後依據他的說明,把裡面的STARTKIT 改成 foo
在我的 create content --> input format 裡,卻沒有 PHP code 這個選項
是不是我少用了哪個 module?
感恩 大魔王的回答。
Re: 請問 Administer --> site configuration -->site ...
果然,我少了一個 module
將 core module 裡面的 PHP filter 6.19 Allows embedded PHP code/snippets to be evaluated.
勾選後,就可以用了,謝謝大魔王。
雖然我還是不懂 ,他在 Default front page 裡面
127.0.0.1/drupal/ 空格裡面,為什麼只能填 node
能不能填其他數值,以及他的關係到底是什麼?
Re: 請問 Administer --> site configuration -->site ...
^_^
如果比較要知道詳細一點的話可能需從drupal的相關documentation得知關念會比較好
http://www.drupaldude.com/taxonomy-or-categories-drupal
http://drupal.org/documentation
人人把心中的愛發揮出來,就能凝聚善的福業,形成善的循環。 (靜思語錄)
Re: 請問 Administer --> site configuration -->site ...
node 是預設值
你可以填上任何 Drupal 內部的 Path
比如:
http://drupaltaiwan.org/node/
http://drupaltaiwan.org/forum/
http://drupaltaiwan.org/forum/20101202/4734
這樣就不能了:
http://drupaltaiwan.org/forumxxxxxxxxxxxxxxxxxxxxxxxxxxx
因為根本沒有這頁面
這樣又能不能:
http://drupaltaiwan.org/CHANGELOG.txt
有頁面啊,但因為不是 DRUPAL 內部的連結
簡單點就是只能填上 NODE ID (node/123) / CLEAN URL PATH ( alias URL)
---
notaBlueScreen