RewriteEngine on
SetEnv no-gzip dont-vary
RewriteCond %{REQUEST_URI} !serve.php
RewriteRule ^(.*)$ serve.php?file=$1
