※ 引述《smsim (crazyM)》之銘言:
: 問apache網站,如何設定某檔案只能被內網讀取
: 如 content.html 這個檔只能被網站裡的 read_content.php 檔來讀取,
: 而一般使用者無法拜訪content.html
把你的專案結構改成這樣
專案根目錄
├非公開目錄
│└content.html
└apache指定的web根目錄
└read_content.php
讀取content.html的動作一律用php執行,不要用框架頁
另一個方式是用.hataccess去控制讀取整個資料夾的權限
不過我覺得太麻煩了,不如直接把檔案移到web root資料夾之外