Changes between Initial Version and Version 3 of Ticket #18680
- Timestamp:
- 09/27/11 17:14:55 (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18680
- Property Cc johnbillion@… added
-
Ticket #18680 – Description
initial v3 2 2 3 3 With the following configuration, the login AND the backend will be done via SSL: 4 4 {{{ 5 5 define( 'FORCE_SSL_ADMIN', false ); // or true 6 6 define( 'FORCE_SSL_LOGIN', true ); // or false 7 7 }}} 8 8 As those are 'FORCE' parameters, one might consider it correct that, even though one is set to 'false', both will be via HTTPS. 9 9
