RewriteEngine on
RewriteCond %{HTTP:Authorization} ^(.*)
RewriteRule ^(.*) - [E=HTTP_AUTHORIZATION:%1]
Hostlantern supports the PHP HTTP Authorization and in order to enable it you need to add the following lines to the .htaccess file located in the web site's home folder:
- 0 Users Found This Useful