Skip to content

Commit 995e282

Browse files
committed
Tweaked the troubleshooting for live preview fail description
1 parent 6141b60 commit 995e282

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/troubleshooting/error-messages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ ExpressionEngine returns the following error message when attempting to use [Liv
5151

5252
### Troubleshooting
5353

54-
The HTTP_AUTHORIZATION environmental variable's value is stripped by some Apache servers, causing an error rendering the Live Preview. This behavior may be overriden in your [.htaccess file](installation/best-practices.md#1-create-an-htaccess-file) by adding the following line:
54+
The Authorization header is stripped by some Apache servers, causing an error rendering the Live Preview. This behavior may be overriden in your [.htaccess file](installation/best-practices.md#1-create-an-htaccess-file) by adding the following line:
5555

5656
```php
5757
SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1

0 commit comments

Comments
 (0)