Hi.
I'm trying to configure Apache to do this:
First, a pre-parser made in php will scan some special <cooltag></cooltag> (name it as you like) on a .php file and replace them with some specific <?php ... ?> chunk of code.
Then, the output will continue normally and the second parser (the usual php module built on Apache) will do the usual work.
I have read all apache docs and forums, and have made all kind of test, and nothing was successful so far.
Any ideas?😕
If "What for?" is what you are asking, let me explain it.
I'm trying to create a simpler set of tags for designers using Dweaver. My idea is to translate these tags in meaningful php code before processing the php file.