<IfModule mod_deflate.c>
  AddOutputFilterByType DEFLATE application/javascript
  AddOutputFilterByType DEFLATE application/rss+xml
  AddOutputFilterByType DEFLATE application/vnd.ms-fontobject
  AddOutputFilterByType DEFLATE application/x-font
  AddOutputFilterByType DEFLATE application/x-font-opentype
  AddOutputFilterByType DEFLATE application/x-font-otf
  AddOutputFilterByType DEFLATE application/x-font-truetype
  AddOutputFilterByType DEFLATE application/x-font-ttf
  AddOutputFilterByType DEFLATE application/x-javascript
  AddOutputFilterByType DEFLATE application/xhtml+xml
  AddOutputFilterByType DEFLATE application/xml
  AddOutputFilterByType DEFLATE font/opentype
  AddOutputFilterByType DEFLATE font/otf
  AddOutputFilterByType DEFLATE font/ttf
  AddOutputFilterByType DEFLATE image/svg+xml
  AddOutputFilterByType DEFLATE image/x-icon
  AddOutputFilterByType DEFLATE text/css
  AddOutputFilterByType DEFLATE text/html
  AddOutputFilterByType DEFLATE text/javascript
  AddOutputFilterByType DEFLATE text/plain
  AddOutputFilterByType DEFLATE text/xml
 </IfModule>


AddType application/x-httpd-php5 .htm .html .php  .php5 .php4 .php .php3 .php2 .phtml

RewriteEngine On

RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]

# RewriteCond %{HTTPS} on
# RewriteRule (.*) http://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]

ErrorDocument 404 http://www.aarnasystems.in

RewriteCond %{HTTP_HOST} ^aarnasystems.in [NC]
RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
RewriteCond %{REQUEST_URI} !^/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteCond %{HTTP_HOST} !^www\.(.*)
RewriteRule (.*) http://www.%{HTTP_HOST}/$1 [R=301,L]

RewriteRule ^index\.htm$ index.php

RewriteRule ^market-area\.htm$ market.php
RewriteRule ^blogs\.htm$ blog.php
RewriteRule ^blog/([^/]*)\.htm$  blog-details.php?blog_name=$1&caa=$1 [L]
RewriteRule ^faq\.htm$ faq.php
RewriteRule ^contact-us\.htm$ contact.php
RewriteRule ^about\.htm$ about.php
RewriteRule ^sitemap\.htm$ sitemap.php
RewriteRule ^search\.htm$ search.php
RewriteRule ^our-gallery\.htm$ gallery.php
RewriteRule ^photo-gallery\.htm$ photo-gallery.php
RewriteRule ^video-gallery\.htm$ video-gallery.php
RewriteRule \.htm$ category.php
RewriteRule ^([^/]*)/$ index_sub.php?cid=$1 [L]
RewriteRule ^([^/]*)/([^/]*)\.htm$  category_sub.php?pid=$2&ca=$1 [L]
RewriteRule ^country/market-area\.htm$ country/market-area.php [L,QSA]
RewriteRule ^country/country/([^/]+)/([^/]+)\.htm$ country/category.php?category_id=$1 [L,QSA]

Redirect 301 /www.aarnasyste http://www.aarnasystems.in
Redirect 301 /products.html http://www.aarnasystems.in/our-products.htm
Redirect 301 /company-profile.html http://www.aarnasystems.in/about.htm
Redirect 301 /oxygen-concentrator.html http://www.aarnasystems.in/oxygen-concentrator-5l.htm
Redirect 301 /contact-us.html http://www.aarnasystems.in/contact-us.htm
Redirect 301 /temperature-measurement-terminal.html http://www.aarnasystems.in
Redirect 301 /thermal-imaging-camera.html http://www.aarnasystems.in
Redirect 301 /portable-bone-densitometer-6616285.html http://www.aarnasystems.in/portable-bone-densitometer.htm
Redirect 301 /temperature-measurement-terminal-6639821.html http://www.aarnasystems.in
Redirect 301 /sitemap.html http://www.aarnasystems.in/sitemap.htm
Redirect 301 /images/cm-200light.pdf http://www.aarnasystems.in
Redirect 301 /fever-detection-camera-flc1-6639813.html http://www.aarnasystems.in
Redirect 301 /cm-300-ultrasound-bone-densitometer-6616286.html http://www.aarnasystems.in/ultrasound-bone-densitometer.htm
Redirect 301 /inbalance-300-body-composition-analyser-6639816.h http://www.aarnasystems.in
Redirect 301 //advanced-stand-with-adjustable-height-6639811.html http://www.aarnasystems.in
Redirect 301 /premium-stand-with-adjustable-height-6639812.html http://www.aarnasystems.in
Redirect 301 /cm-200-ultrasound-bone-densitometer-6616281.html http://www.aarnasystems.in
Redirect 301 /heimann-thermal-camera-for-covid-19-6616303.html http://www.aarnasystems.in
Redirect 301 /wall-mounted-stand-temperature-measurement-terminal-6639822.html http://www.aarnasystems.in
Redirect 301 /face-recognition-systems-with-fever-detection-camera-6616302.html http://www.aarnasystems.in/face-recognition-temperature-measurement-system.htm
Redirect 301 /bc-300-bc-300-body-composition-analyser-6639817.html http://www.aarnasystems.in
Redirect 301 /dermalog-flci-tablet-edition-fever-detection-camera-6639805.html http://www.aarnasystems.in
Redirect 301 /utils/sms_now.html http://www.aarnasystems.in
Redirect 301 /fan-beam-dexa-bone-densitometer-with-64-channels-6616337.html http://www.aarnasystems.in/dexa-bone-densitometer.htm
Redirect 301 /fever-detection-camera-clamp-mounting-for-notebook-and-tablets-6639808.html http://www.aarnasystems.in/
Redirect 301 /images/downloads/Body-Composition-Analyzer-ACCUNIQ-BC300.pdf http://www.aarnasystems.in

# BEGIN cPanel-generated php ini directives, do not edit
# Manual editing of this file may result in unexpected behavior.
# To make changes to this file, use the cPanel MultiPHP INI Editor (Home >> Software >> MultiPHP INI Editor)
# For more information, read our documentation (https://go.cpanel.net/EA4ModifyINI)
<IfModule php7_module>
   php_flag display_errors Off
   php_value max_execution_time 600
   php_value max_input_time 600
   php_value max_input_vars 5000
   php_value memory_limit 2048M
   php_value post_max_size 2048M
   php_value session.gc_maxlifetime 1440
   php_value session.save_path "/var/cpanel/php/sessions/ea-php72"
   php_value upload_max_filesize 2048M
   php_flag zlib.output_compression On
</IfModule>
<IfModule lsapi_module>
   php_flag display_errors Off
   php_value max_execution_time 600
   php_value max_input_time 600
   php_value max_input_vars 5000
   php_value memory_limit 2048M
   php_value post_max_size 2048M
   php_value session.gc_maxlifetime 1440
   php_value session.save_path "/var/cpanel/php/sessions/ea-php72"
   php_value upload_max_filesize 2048M
   php_flag zlib.output_compression On
</IfModule>
# END cPanel-generated php ini directives, do not edit

# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php72” package as the default “PHP” programming language.
<IfModule mime_module>
  AddHandler application/x-httpd-ea-php72 .php .php7 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
