Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
132 views

Using Apache Server-side Flow Control in PHP?

As discussed a bit in this question, I am using Apache mod_include with conditional flow control statements to alter the behavior of included shtml files depending on the URL of the parent page. The ...
1
vote
1answer
211 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.) ...