Hamz Product Support
Web HostingDiscordMain Store
  • Getting Started
  • Common Problems
  • Hamz CAD
    • 🎥 Video Tutorial
    • Installation
    • Configuration
  • HAMZ COMMUNITY SITE
    • 🎥 Video Tutorial
    • Requirements
    • Installation
      • Database and SQL
      • SubDomain
      • Uploading Files
      • SSL Certification
    • Configuration
  • Hamz Staff Elite Panel
    • Web Installation
    • Web Configuration
    • Web Cronjob
    • In-Game Requirements
    • In-Game Configuration - Report Menu
    • In-Game Configuration - Admin Menu
    • Common Issues
    • [OPTIONAL] Apache Headers
    • FAQ
  • Hamz Panel
    • Requirements
    • Installation
      • Database and SQL
      • SubDomain
      • Uploading Files
      • SSL Certification
      • Cron Job
    • Configuration
    • FiveM Resource
  • Hamz Department Panel
    • Requirements
    • Installation
      • Database and SQL
      • SubDomain
      • Uploading Files
      • SSL Certification
    • Configuration
  • Hamz Forms
    • Requirements
    • Installation
      • Database and SQL
      • SubDomain
      • Uploading Files
      • SSL Certification
    • Configuration
  • Hamz CAD (In-game)
    • Requirements
    • FAQ
    • Installation
      • 1. API File
      • 2. SQL File
      • 3. FiveM Resource (Final Step)
        • More info on the Config.lua
    • [OPTIONAL] Apache Headers
Powered by GitBook
On this page

Was this helpful?

  1. Hamz Staff Elite Panel

[OPTIONAL] Apache Headers

It has come to our attention that a limited number of hosting providers may inadvertently strip certain essential headers from incoming requests for security reasons. Unfortunately, this can result in authentication-related problems, causing issues with our product during operation. To fix this issue, follow the guide below.

  • 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 1 year ago

Was this helpful?