Tagged Questions

1
vote
1answer
228 views

Include file (header) using htaccess

I want to include a certain file with every page-call. For simplicity, assume I have a header which should be pre-pended to every file. (Eg. a php script which checks all sorts of user agent stuff.) ...