Befox/cdav/master/.htaccess - Htaccess File

Befox/cdav/master/.htaccess

## HTTP Auth workaround for php in fastcgi mode
<IfModule mod_fastcgi.c>
  <IfModule mod_rewrite.c>
    RewriteEngine on
    RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
  </IfModule>
</IfModule>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache