Skip to content

Commit 68fc15c

Browse files
authored
Merge pull request #4 from codemonauts/master
Master
2 parents 0fe6842 + 366d23f commit 68fc15c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ composer require codemonauts/craft-basicauth
1919
```
2020

2121
### Apache
22-
I you are using Apache to host your CraftCMS, you have to tell Apache to pass the `Authorization` header (which contains the basic auth data) to PHP (See the [Dokumenation](https://httpd.apache.org/docs/trunk/mod/core.html#cgipassauth)). Otherwise Craft will never see any credentials and will continue to show you the dialog to enter your username and password. This can either be set directly in the Apache config file or in your `.htaccess`:
22+
If you are using Apache to host your CraftCMS, you have to tell Apache to pass the `Authorization` header (which contains the basic auth data) to PHP (See the [Documentation](https://httpd.apache.org/docs/trunk/mod/core.html#cgipassauth)). Otherwise, Craft will never see any credentials and will continue to show you the dialog to enter your username and password. This can either be set directly in the Apache config file or in your `.htaccess`:
2323

2424
```
2525
CGIPassAuth on
@@ -33,7 +33,7 @@ On the settings page in the control panel you can add credentials to use for aut
3333

3434
You can add a list of IP addresses and subnets (v4 and v6) that have access without any credentials. Use the [CIDR notation](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing#CIDR_notation) for subnets.
3535

36-
These settings supports the project config if enabled.
36+
These settings support the project config if enabled.
3737

3838
## {% basicauth %} Tag
3939

0 commit comments

Comments
 (0)