Is it possible to configure local configuration (Wampserver works) so that my PHP application considers that HTTPS is enabled locally? The application requires HTTPS (by checking $_SERVER['HTTPS']) before doing anything, but I do not want you to encounter the problem of fully configuring HTTPS locally. Thank.
Edit: I have to mention that this is not the application that I wrote, only the one that I am charged with supporting. This check is performed in many places (50-100) around the server.
source
share