[Zope] non-zope users
Daniel M. Drucker
dmd@3e.org
Wed, 2 Jun 1999 22:57:11 -0400 (EDT)
Is there a more transparent way to do this? What you suggest will
redirect one file. Since there's tons of links out there into all
sorts of points in her site, I need to make sure that
http://mymachine/poweruser/foo/bar.html will be redirected to
(using your example)
http://somemachine.net/pain/in/the/boot/user/foo/bar.html
Daniel
> >I have *one* user -- but a very heavy power-user -- who does not wish
> >to administer her stuff via zope.
> >
> >She has a regular unix login on the box and manages the stuff in her
> >public_html directory by hand.
> >
> >I want to make http://mymachine/poweruser point to that public_html
> >directory, so she can work independently of zope.
>
> Yes, use a REDIRECT.
>
> <!--#call
> "RESPONSE.redirect('http://somemachine.net/pain/in/the/bot/user/index.
> html)"-->