Opened 4 years ago
Closed 4 years ago
#1486243 closed Bugs (fixed)
Redirect if https is required
| Reported by: | tunis | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.3.1 |
| Component: | PHP backend | Version: | 0.3-stable |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Redirect if https is required do not work on Windows2003 IIS 6 server.
In line 69 in index.php it use isset($_SERVER['HTTPS']). On IIS this is set to "on" or "off". In this case it's always set so no redirect. I had to rewrite the code to $_SERVER['HTTPS']=='on' to work on my iis 6 server.
Change History (1)
comment:1 Changed 4 years ago by alec
- Component changed from Core functionality to PHP backend
- Milestone changed from later to 0.3.1
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Fixed in [5818e443].