Project

General

Profile

[Solved] Calling another plugin from a plugin

Added by rahulmittal321 over 15 years ago

Hi Guys,
I have developed a plugin for lighttpd. What i want is i get a call to my plugin and based on some conditions i can redirect the call to mod_staticfile by rewriting the url.


Replies (1)

RE: Calling another plugin from a plugin - Added by cst_zf over 15 years ago

you can send a 302 response to let the webbrowser redirect it.
Or you can handle a event earlier than the event handled by the other plugin, in which you can modify the url of the connection.

    (1-1/1)