Hi, On Thu, 25 Oct 2001 08:22:25 -0500, "Mike Renfro" <renfro@tntech.edu> wrote:
I don't know how to achieve this using the VirtualHostMonster, except having tons of wildcard patterns matching all possible management functions. (And lots of recherche to get all this pathes.)
Untested, and probably won't work for all manage pages without some $1 magic, but it *does* at least provide an external redirect:
RewriteRule ^/*manage https://myhost.mydomain/otherpath/manage [R]
But yeah, if you wanted to get *every* possible ZMI page, that would get ugly. But since you're not worried about other pages that might require auth (since you don't have any), how big a jump is it to assume that your managers will only be going to /manage URLs?
Not every method in the management interfaces is called "manage". Most of them have a "manage" at the beginning, but can I really count on that? markus -- You don't have to be Microsoft to suck... but it helps. (Tim Hammerquist in comp.lang.python)