×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Wow, that was easy. I tried a couple things I found on Google but didn't have any luck. Mod_rewrite was a slam dunk. Thank you
-----Original Message-----
From: Kevin Bucknum [mailto:Kevin@xxxxxxxxxxxxxxxxxxx]
Sent: Wednesday, April 22, 2020 12:32 PM
To: web400@xxxxxxxxxxxxxxxxxx
Subject: Re: [WEB400] Redirect to HTTPS
A mod_rewrite rule can do that.
https://www.sslshopper.com/apache-redirect-http-to-https.html
On Wed, 2020-04-22 at 17:21 +0000, Justin Taylor wrote:
I'm working on dropping HTTP for an Apache instance. Is there a way for the server to seamlessly redirect HTTP requests to HTTPS? Ideally I'd like the server to receive an HTTP request and give the client HTTPS with no user action required. A redirect or something the browser can do on its own is fine, but I don't want the user to perform any special actions.
In case it matters, the HTTP site uses the short hostname (e.g.
<
http://myiserver/>
http://myiserver/
) and the HTTPS site has to use the fully-qualified name (e.g.
<
https://myiserver.domain.com/>
https://myiserver.domain.com/
).
TIA
[
https://www.medtronsoftware.com/img/MedtronMinilogo.bmp] Kevin Bucknum
Senior Programmer Analyst
MEDDATA / MEDTRON
120 Innwood Drive
Covington LA 70433
Local: 985-893-2550
Toll Free: 877-893-2550
https://www.medtronsoftware.com
CONFIDENTIALITY NOTICE
This document and any accompanying this email transmission contain confidential information, belonging to the sender that is legally privileged. This information is intended only for the use of the individual or entity named above. The authorized recipient of this information is prohibited from disclosing this information to any other party and is required to destroy the information after its stated need has been fulfilled. If you are not the intended recipient, or the employee of agent responsible to deliver it to the intended recipient, you are hereby notified that any disclosure, copying, distribution or action taken in reliance on the contents of these documents is STRICTLY PROHIBITED. If you have received this email in error, please notify the sender immediately to arrange for return or destruction of these documents.
As an Amazon Associate we earn from qualifying purchases.