# Product    : DHRU Fusion - http://www.dhru.com/dhrufusion
# Email      : info@dhru.com
# Copyright (c) 2015-16 Dhru  . All Rights Reserved,
# =======================================================
# Htaccess Api Version    : 4.1

#Options +FollowSymlinks
RewriteEngine On

Order deny,allow
Deny from all

<FilesMatch "^index\.php|^index3\.php|^index2\.php|^pos\.php|^loginshare\.php">
    Order Allow,Deny
    Allow from all
</FilesMatch>

<Files ~ "\.(php2|php3|php4|php5|php6|php7|php8|php9)$">
   Deny from all
</Files>

<ifModule mod_deflate.c>
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE application/json
</IfModule>
