Hi! First off, thanks for the great tool!
You could add support for reverse proxying the "redirect target" (modlishka-ish, a bit less noisy on the client side I suppose) by adding a switch with which the line
RewriteRule ^.*$ {redirect}/? [L,R=302]
is replaced by
RewriteRule ^.*$ {redirect}/%{REQUEST_URI}?%{QUERY_STRING} [P,L]
Hi! First off, thanks for the great tool!
You could add support for reverse proxying the "redirect target" (modlishka-ish, a bit less noisy on the client side I suppose) by adding a switch with which the line
RewriteRule ^.*$ {redirect}/? [L,R=302]is replaced by
RewriteRule ^.*$ {redirect}/%{REQUEST_URI}?%{QUERY_STRING} [P,L]