I want to enable SSL for my project pier installation, but can't seem to get it to be required. (If I manually type in https://site/pierinstallation it works, but I can't seem to make in mandatory. Any hints?
I want to enable SSL for my project pier installation, but can't seem to get it to be required. (If I manually type in https://site/pierinstallation it works, but I can't seem to make in mandatory. Any hints?
Somewhere in init.php something like:
if url does not begin with https then
header('Location: https://.../index.php
end
Which init.php? At the moment, the init.php in the root directory of my pp installation doesn't mention Location anywhere.
Problem solved. Rather than change the ini.php file, I edited an htaccess file and placed it in the root directory of the pp installation.