DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Step 3: HtaccessΒΆ

Depending on your webserver, you need to activate a htaccess file in the extension root, to add a rewrite rule for authentication:

<IfModule mod_rewrite.c>
        RewriteEngine on
        RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
</IfModule>

But first try if you can access without the _htaccess renamed to .htaccess.