討論:LiteSite/導航列

出自六年制學程
跳轉到: 導覽搜尋

如:substr(urldecode($_SERVER['SCRIPT_NAME']),0,6)=='/study'。

    1. 其他:
      • $_SERVER['SCRIPT_NAME'] 即「/study/info.php」。
      • $_SERVER['REQUEST_URI'] 即「/study/info.php/ABC/DEF?A=123」。
      • $_SERVER['REDIRECT_URL'] 即「/study/info.php/ABC/DEF」。
      • $_SERVER['QUERY_STRING'] 即「A=123」。
      • $_SERVER['SCRIPT_FILENAME'] 即「/var/services/web/study/info.php」。配合 $_SERVER['SCRIPT_NAME'] 可找出作業系統到文件根目錄之間的路徑。
  • 透過 webContent.webContent 資料表,其中 path 為「"/".SITE."/"」的筆。
  • ?透過 webContent.webContent 資料表,其中 path 為「"/".SITE."/index.php"」的筆。
  • 透過 site 目錄下的 index.php,如 http://jendo.org/EMEP/index.php/ABC/DEF?A=123