[OPTIONAL] Apache Headers

  • Open the location of the Staff Panel Web Files.

  • Turn on hidden files.

  • You should see a .htaccess file. Open that file and add the following at the very bottom of the file:

RewriteEngine On
RewriteCond %{HTTP:Authorization} ^(.*)
RewriteRule .* - [e=HTTP_AUTHORIZATION:%1]

Last updated

Was this helpful?