Is there some way I can configure web server to execute some PHP code before actual PHP page is interpreted or force include PHP code into every PHP file of my webapp similar to force include option in Visual C++?
I want to run the code on top of other CMS applications like Wordpress etc and really would like to avoid messing with their code. For the same reason I would like to avoid using .htaccess