追加/前置文件

Avatar of Chris Coyier
Chris Coyier

无需在每个页面上都调用/包含所需的文件,您可以通过您的 .htaccess 文件自动将其前置(文件顶部)或追加(文件底部)。

php_value auto_prepend_file "/real/path/to/file/functions.php"
php_value auto_append_file "/real/path/to/file/footer.php"