<IfModule mod_rewrite.c>
RewriteEngine On

RewriteCond %{HTTP_HOST} ^demo
RewriteCond %{HTTP_HOST} phppointofsale.com
RewriteRule ^robots\.txt$ robots_allow.txt
</IfModule>

<IfModule mod_deflate.c>
    <filesMatch "\.(js|css|html|php)$">
        SetOutputFilter DEFLATE
    </filesMatch>
</IfModule>