On Fri, Apr 21, 2017 at 12:14 AM, Raf Roger wrote:
>
Why not *:80?
Why not just put a Redirect directive in the port 80 vhost if all it
does is redirect to HTTPS?
--
Eric Covener
cove...@gmail.com
-
To unsubscribe, e-mail:
Hi,
i'm using XAMPP on my linux notebook for local dev.
my first step was to create a folder to store my web application and to
check that if user does not use HTTPS, he will be redirected to the same
page but with HTTPS.
i know that it can be done using mod_rewrite but i was not able to make it