PHP 8.1.0 RC 3 available for testing

Voting

Please answer this simple SPAM challenge: max(two, three)?
(Example: nine)

The Note You're Voting On

kembl at example dot com
15 years ago
# PHP (CGI mode) HTTP Authorization with ModRewrite:
# most right example with header check for non empty:
RewriteEngine on
RewriteCond %{HTTP:Authorization}  !^$
RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization}, \
E=PHP_AUTH_USER:%{HTTP:Authorization},L]

<< Back to user notes page

To Top