wavexx/dl/master/htdocs/.htaccess - Htaccess File

wavexx/dl/master/htdocs/.htaccess

<IfModule mod_fastcgi.c>
    # Forward the credentials for the PHP process when using php-fpm and
    # mod_fastcgi (can be removed in other configurations)
    <FilesMatch "^(admin|rest).php$">
  RewriteEngine on
  RewriteCond %{HTTP:Authorization} ^(.*)
  RewriteRule ^(.*) - [E=HTTP_AUTHORIZATION:%1]
    </FilesMatch>
</IfModule>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache