Forum Moderators: phranque

Message Too Old, No Replies

Want to redirect https requests to http

Want to redirect all https requests coming to my server to http on same ser

         

atul_iiit

11:16 am on Jul 26, 2005 (gmt 0)

10+ Year Member



Hi,
I have Apache-Oracle webserver Installed ( 10G Application Server ). This application server is running in both https & http .
I want all ssl requests ( [<myserver>.<mydomain>...] ) to automatically route to Non SSL ( [<myserver>.<mydomain>...] )

Any Pointer how to do it?
Any alternative method ( redirect or any thing to make it possible )

Regards
Atul

jdMorgan

8:52 pm on Jul 26, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Atul,

The answer seems obvious: Put a redirect directive from mod_alias or mod_rewrite in your http.conf or .htaccess file to redirect all SSL requests. So I suspect you want to ask a different question, and encourage you to do so. Please review our forum charter for important information on providing sufficient information to allow us to help you, as well as the 'rules of the road" for this forum.

Thanks,
Jim

atul_iiit

9:01 am on Jul 27, 2005 (gmt 0)

10+ Year Member



Hi Jim,
Thanks for informing me about forum charter , I will go through it . I am new as web server administartor & seems I need to read a lot. I am in intrested in answer which you posted here . I will go through redirect directive for mod_alias or mod_rewrite & will post my doubt in case I have any .

Regards
Atul