Hello To enable the REST api for IPB the instructions are to upload the .htaccess file to: /home/nginx/domains/mydomain.com/public/api The content is: <IfModule mod_setenvif.c> SetEnvIf Authorization .+ HTTP_AUTHORIZATION=$0 </IfModule> <IfModule...