Changes between Initial Version and Version 3 of Ticket #18680

Timestamp:
09/27/11 17:14:55 (20 months ago)
Author:
nacin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18680

    • Property Cc johnbillion@… added
  • Ticket #18680 – Description

    initial v3  
    22 
    33With the following configuration, the login AND the backend will be done via SSL: 
    4  
     4{{{ 
    55define( 'FORCE_SSL_ADMIN', false ); // or true 
    66define( 'FORCE_SSL_LOGIN', true );  // or false 
    7  
     7}}} 
    88As those are 'FORCE' parameters, one might consider it correct that, even though one is set to 'false', both will be via HTTPS. 
    99