File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ How to force HTTPS or HTTP for Different URLs
55============================================= 
66
77You can force areas of your site to use the ``HTTPS `` protocol in the security
8- config. This is done through the ``access_control `` rules using the ``requires_channel ``
8+ config. This is done through the ``access_control `` rules,  using the ``requires_channel ``
99option. For example, if you want to force all URLs starting with ``/secure ``
1010to use ``HTTPS `` then you could use the following configuration:
1111
@@ -33,7 +33,7 @@ to use ``HTTPS`` then you could use the following configuration:
3333 ), 
3434 ), 
3535
36- 
36+ ,  otherwise users will
3737be unable to authenticate. To force it to use ``HTTPS `` you can still use
3838``access_control `` rules by using the ``IS_AUTHENTICATED_ANONYMOUSLY `` 
3939role:
                         You can’t perform that action at this time. 
           
                  
0 commit comments