RE: how do i redirect web trafic from port 80 to 443

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> -----Original Message-----
> From: Rodolfo J. Paiz [mailto:rpaiz@xxxxxxxxxxxxxx]
> Sent: Monday, January 05, 2004 3:10 PM
> To: fedora-list@xxxxxxxxxx
> Subject: Re: how do i redirect web trafic from port 80 to 443
> After a long search and lots of trial and error, I managed to get the 
> following to work reliably for me:
> 
>      RewriteEngine  on
>      RewriteCond    %{SERVER_PORT}  !^443$
>      RewriteRule    ^/(.*)          https://%{SERVER_NAME}/$1 [L,R,NC]
	

What's [L,R,NC] for??

I tried that as well. Didn't work for me. Is it cause it's not able to
connect to the SSL port?

I tried https://my.ipaddress.com and it was a "Doc Not Found" error.




[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux