Snap Builder Public Codes Library
Snap | Generators | Login | Browse | Search | Enter Code | Export Snap Builder Public Codes Library

 

Category: >> .HTACCESS Codes Library >> Append / Prepend Files


Code Snippet </> Info


Snippet Name: Append / Prepend Files

Description: Rather than having to call / include a file you need on every single page, you can have them automatically prepended (top of file) or appended (bottom of file) automatically through your .htaccess file.

Note:

Author:

Last Modified: 2014-05-17 21:58:57

Language: .htaccess

Highlight Mode: html

Copy Codes: Use Free Notepad ++
Bookmark and Share

Snap HTML Code Editor:
Paste the source code, make changes and instantly see it in live preview.
Snap HTML Code Editor


  About Copying
Copied To Clipboard!

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


[ Snippet Options ]

 

© 2002 -  Snap Builder Public Codes Library