Re: redirecionamento http para https

2007-11-07 Por tôpico Rafael Ganascim
Bom, existem algumas formas para fazer isto. 1. a mais fácil pelo mod_alias: Redirect / https://SITE/ ou alguma regra de RedirectMatch. 2. pelo mod_rewrite: RewriteEngine On RewriteCond %{HTTPS} !=on RewriteRule ^(.*) https://%{SERVER_NAME}/$1 [R,L] Abraço! Em 07/11/07, Leandro Moreira<[E

redirecionamento http para https

2007-11-07 Por tôpico Leandro Moreira
Caros, Configurei meu apache para funcionar com ssh (https) como faço para o apache redirecionar as requizições http para https automaticamente. Att. Leandro Moreira -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]