[unclug] Redirect 80 ---> 443 with Apache?
Joe Morris
morris at unc.edu
Fri Feb 20 10:25:26 EST 2004
On Fri, 20 Feb 2004, John W. Sopko Jr. wrote:
| Yes, you can see the config at:
|
| http://lark.cs.unc.edu/server-info#mod_rewrite.c
|
|
| RewriteEngine on
| RewriteCond %{SERVER_PORT} !^443$
| RewriteRule ^/(.*) https://%{SERVER_NAME}/$1 [NC,R,L]
| RewriteLog /tmp/rewrite.log
| RewriteLogLevel 9
|
| I am searching the web now, I found this, someone else is
| having the same problem in apache 2.x:
Sounds like a bug in 2.x then. :(
Our group is sticking with 1.3.x until something pushes us to move towards
2.x. Right now 2.x offers us no new features over 1.3.
_______________________________________________
Joe Morris, Web Systems Manager
Academic Technology and Networks
The University of North Carolina at Chapel Hill
More information about the unclug
mailing list