File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files 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
5
5
=============================================
6
6
7
7
You 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 ``
9
9
option. For example, if you want to force all URLs starting with ``/secure ``
10
10
to use ``HTTPS `` then you could use the following configuration:
11
11
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ You can change where the login form redirects after a successful login using
106
106
the various config options. By default the form will redirect to the URL the
107
107
user requested (i.e. the URL which triggered the login form being shown).
108
108
For example, if the user requested ``http://www.example.com/admin/post/18/edit ``,
109
- then after they successfully logs in, they will eventually be sent back to
109
+ then after she successfully logs in, she will eventually be sent back to
110
110
``http://www.example.com/admin/post/18/edit ``.
111
111
This is done by storing the requested URL in the session.
112
112
If no URL is present in the session (perhaps the user went
You can’t perform that action at this time.
0 commit comments