當看到一卡車的檔案, 每個檔案都要進去裡面加個 include 或某些資料, 想到就很辛苦~
另一種做法就是用 .htaccess 並用 php 的功能, 就可以快速達到這點~
.htaccess 是對整個目錄以下的做動作, 所以下述參數會對此目錄的所有檔案都加上 header.php
php_value auto_prepend_file / auto_append_file 設定# 在每個檔案的最上方(前方), 都把 header.php 的內容插入
php_value auto_prepend_file "header.php"