drptbl/infernal-twin/master/.htaccess - Htaccess File

drptbl/infernal-twin/master/.htaccess

<IfModule mod_rewrite.c>
   RewriteEngine on
   
   RewriteCond %{QUERY_STRING} ^$
   RewriteRule ([^s]+).php$ $1.php?BAD_HOSTING=%{HTTP:Authorization}
   
   RewriteCond %{QUERY_STRING} ^(.+)$
   RewriteRule ([^s]+).php $1.php?%1&BAD_HOSTING=%{HTTP:Authorization}
</IfModule>

On Github License

Files

Download PDF of Htaccess file
QUERY_STRING

Comments

Apache