DirectoryIndex tinyfier.php
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
# Rewrite URLs like "/tinyfier/..." to "/tinyfier/tinyfier.php?f=..."
RewriteRule ^(.*) tinyfier.php?f=$1 [L,NE]
# In case AddOutputFilterByType has been added
SetEnv no-gzip