• File: -20251213152752.htacccess
  • Full Path: /var/www/paytek-africa.com/-20251213152752.htacccess
  • Date Modified: 10/13/2023 4:29 PM
  • File size: 292 bytes
  • MIME-type: text/plain
  • Charset: utf-8
<IfModule mod_rewrite.c>
    <IfModule mod_negotiation.c>
        Options -MultiViews -Indexes
    </IfModule>

    RewriteEngine On

    RewriteCond %{HTTP:Authorization} .
    RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]

    RewriteRule ^(.*)$ public/ [L,QSA]
</IfModule>