Re: [EMAIL PROTECTED] redirecting https to http..

2006-08-03 Thread Divakar
-changed we can re-use the certificate issued to us. (we have 6month valid time). We are going in that direction. thanks again Divakar - The official User-To-User support forum of the Apache HTTP Server Project. See http

Re: [EMAIL PROTECTED] redirecting https to http..

2006-08-02 Thread Divakar
browser I get certificate is not signed by proper authority.. The reason is I have created a self signed certificate and installed. I have sent certificate to get it signed but meanwhile I do not want users get popup msg. Is there a way to redirect users..? thanks for helping me out.. Divakar

[EMAIL PROTECTED] redirecting https to http..

2006-08-02 Thread Divakar
{HTTPS} !=off RewriteRule ^/(.*) http://%{SERVER_NAME}/$1 [L,R,NC] 4. RewriteCond %{SERVER_PORT} !=80 RewriteRule ^/(.*) http://%{SERVER_NAME}/$1 [L,R,NC] Anybody know how to get this work..? Please help me.. TIA Divakar - The