Hi,
I want to take a shot at writing an Apache RewriteMap in PHP.
The example they give is in perl, which I don't know.
The perl example is here
http://httpd.apache.org/docs/mod/mod_rewrite.html#RewriteEngine
I'm not going to do anything to ambitious, but they do give a warning that
if you get it wrong you hang the server, so I was hoping someone can point me at a simple example of such a module in PHP, or give me a few pointers as to potential pitfalls. Or if anyone knows perl point me to the PHP equivalence.
Otherwise I'm going to have to learn a bit of perl ( which I really don't want to do ).
thanks
dave