castlabs/dashas/master/utils/.htaccess - Htaccess File

castlabs/dashas/master/utils/.htaccess

<IfModule headers_module>
<IfModule rewrite_module>

  # ^(.*) if .htaccess in a root; ^/(.*) otherwise
  RewriteEngine On
  RewriteCond %{QUERY_STRING} ^(.*)bytes=(.*)$
  RewriteRule ^(.*) - [L,E=range:%2]

  RequestHeader set Range "bytes=%{range}e" env=range
</IfModule>
</IfModule>

On Github License

Files

Download PDF of Htaccess file
QUERY_STRING

Comments

Apache