On Thu, 2004-03-04 at 11:41, Alan Dayley wrote:
> I have Apache running on a box to serve up intranet web pages. I want
> some main pages to have smaller URLs. For example, I would like people to
> be able to access page:
>
> http://thisserver/view/this/page/viewer.cgi
>
> by entering the URL:
>
> http://thisserver/viewer
>
> I don't know if I should use Alias or Redirect directives in httpd.conf.
> (I'm not a web guy.) Maybe there is an even better way to do it, I don't
> know. How would you accomplish this?
>
---
I use redirect directives...
Redirect /mail/
https://www.domain.com/horde
which in this case causes it to create an https connection to the
specific directory
Craig
---------------------------------------------------
PLUG-discuss mailing list -
PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change you mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss