Forum

How to rewrite content?

How to rewrite content?
22 November 2018, 08:35
I want to rewrite http with https in page source. How to do that?
Hugo Leisink
22 November 2018, 16:02
Use the HTML meta tag.
<meta http-equiv="refresh" content="5; url=http://example.com/">
commandline.be
27 November 2018, 01:11
i thought of doing that too, then i configured RequireTLS and have not looked back since.

In case you require such, Under the Virtualhost

RequireTLS = yes,15768000;includeSubDomains
Hugo Leisink
27 November 2018, 13:24
What a nice feature, that is.
This topic has been closed.