We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fa6cd4a + 0ac5a2d commit 2623071Copy full SHA for 2623071
doc/symfony-cache-configuration.rst
@@ -166,9 +166,9 @@ options through the constructor:
166
To use authorization headers for user context, you might have to add some server
167
configuration to make these headers available to PHP.
168
169
- With Apache, you can do this for example in a ``.htaccess`` file:
+ With Apache, you can do this for example in a ``.htaccess`` file::
170
171
- RewriteEngine On
+ RewriteEngine On
172
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
173
174
Cleaning the Cookie Header
0 commit comments