Skip to Content.
Sympa Menu

unclug - Re: [unclug] Redirect 80 ---> 443 with Apache?

unclug AT lists.ibiblio.org

Subject: UNC Linux Users Group

List archive

Chronological Thread  
  • From: John Reuning <john AT metalab.unc.edu>
  • To: UNC Linux Users Group <unclug AT lists.ibiblio.org>
  • Subject: Re: [unclug] Redirect 80 ---> 443 with Apache?
  • Date: Fri, 20 Feb 2004 10:13:07 -0500

The main thing that rewriting offers over redirecting is the transparent
translation of urls from http to https, right? Can the Redirect
directive take patters and insert them via $1, $2, etc?

Thanks,

-jrr

> | RewriteRule ^/(.*) http://yahoo.com [L,R,NC]

> Redirect permanent .* https://newlocation.com





Archive powered by MHonArc 2.6.24.

Top of Page