I have an apache2 server, it has quite a vast and growing folder structure.
There is a set of instruction I would like to be executed at the beginning of every single page in that website.
How do I implement that without just pasting those very lines at the beginning of every single file in the website?
I have apache server, by the way.