OVH-SSL-Prestashop
#98
by
doekia
# Copyright (c) 2018 - (d)oekia LGPL
#
# OVH SSL Gateway is the HTTPS end-point.
# However the implementation is miss-configured.
# Try to fix that.
# WARNING: Check that your certificat is fully operational prior doing such change.
# It forces the setting as if everything is OK and can lead to even more confusion.
# Always mention you have implemented such settings to your technical operators
<IfModule mod_headers.c>
RequestHeader set X-Forwarded-Proto "https" early
</IfModule>