RewriteEngine On
RewriteCond %{HTTP_HOST} !^www.minimax.co.in$ [NC]
RewriteRule ^(.*)$ http://www.minimax.co.in/$1 [L,R=301]

RewriteRule ^Fire-Extinguishers.html$ index.php?file=c-Fire_Extinguishers
RewriteRule ^Fire-Hydrant-Modules.html$ index.php?file=c-Fire_Hydrant_Modules
RewriteRule ^Automatic-Fire-Protection.html$ index.php?file=c-Automatic_Fire_Protection
RewriteRule ^Other-Products.html$ index.php?file=c-Other_Products&iCategoryId=27

RewriteRule ^FE-inspection-card.html index.php?file=c-FE_inspection_card
RewriteRule ^About-Us.html index.php?file=c-about_us
RewriteRule ^Resources.html index.php?file=c-sds_tds
RewriteRule ^Gallery.html index.php?file=c-gallery
RewriteRule ^Contact-Us.html index.php?file=c-contact_us
RewriteRule ^Terms-and-Condition.html index.php?file=c-terms_and_condition 
RewriteRule ^Privacy-Policy.html index.php?file=c-privacy_policy
RewriteRule ^Login.html index.php?file=c-login
RewriteRule ^handle.html index.php?file=c-handler
RewriteRule ^registration.html index.php?file=c-registration&%{QUERY_STRING}
RewriteRule ^Extinguisher.html index.php?file=c-extinguisher&%{QUERY_STRING}
RewriteRule ^recover.html index.php?file=c-recover

RewriteRule ^Price-List.html index.php?file=c-priceList
RewriteRule ^Price-List-Cart.html index.php?file=c-priceListCart
RewriteRule ^Price-List-Pdf-Download.html index.php?file=c-priceListPdf
RewriteRule ^Price-List-Order-Form-Download.html index.php?file=c-priceListOrderFrom


RewriteRule ^Shop.html index.php?file=c-shop

RewriteRule ^warrantystepa.html index.php?file=c-warrantystepa&%{QUERY_STRING}
RewriteRule ^warrantystepb.html index.php?file=c-warrantystepb&%{QUERY_STRING}
RewriteRule ^warrantystepc.html index.php?file=c-warrantystepc&%{QUERY_STRING}
RewriteRule ^warrantystepd.html index.php?file=c-warrantystepd&%{QUERY_STRING}

RewriteRule ^invoices.html index.php?file=c-invoices


RewriteRule ^leads.html index.php?file=c-leads

################ MARUTI KARAD ##################
RewriteRule ^dwarranty.php index.php?file=c-dwarranty&%{QUERY_STRING}
RewriteRule ^warranty.php index.php?file=c-warranty&%{QUERY_STRING}
RewriteRule ^Extinguisher.html index.php?file=c-extinguisher&%{QUERY_STRING}

################ MARUTI KARAD ##################



RewriteRule ^stored-pressure-fire-extinguishers.html$ index.php?file=c-plist&iCategory_Id=30 
RewriteRule ^gas-cartridge-fire-extinguishers.html$ index.php?file=c-plist&iCategory_Id=31
RewriteRule ^carbon-dioxide-fire-extinguishers.html$ index.php?file=c-plist&iCategory_Id=32
RewriteRule ^dry-powder-mobile-fire-extinguishers.html$ index.php?file=c-plist&iCategory_Id=34
RewriteRule ^water-foam-mobile-fire-extinguishers.html$ index.php?file=c-plist&iCategory_Id=35
RewriteRule ^carbon-dioxide-mobile-fire-extinguishers.html$ index.php?file=c-plist&iCategory_Id=36
RewriteRule ^dry-powder-ceiling-mounted-fire-extinguishers.html$ index.php?file=c-plist&iCategory_Id=38
RewriteRule ^clean-agent-ceiling-mounted-fire-extinguishers.html$ index.php?file=c-plist&iCategory_Id=39


##############################################
RewriteRule ^Cat-([0-9]+).html$ index.php?file=c-plist&iCategoryId=$1
##################################
##RewriteRule ^details-([0-9]+).html$ index.php?file=c-pdetails&iProductId=$1
##RewriteRule ^(.*).html index.php?file=c-pdetails&iProductId=$1

RewriteRule ^(.*)-([0-9]+).html index.php?file=c-pdetails&vProductName=$1&iProductId=$2

##ABC-Item-78.html
##################################


RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.minimax.co.in/$1 [R,L]


ErrorDocument 404 /404error.html
RewriteCond %{HTTPS} off

# 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 php5_module>
   php_flag asp_tags Off
   php_flag display_errors On
   php_value max_execution_time 30
   php_value max_input_time 60
   php_value max_input_vars 1000
   php_value memory_limit 384M
   php_value post_max_size 256M
   php_value session.gc_maxlifetime 1440
   php_value session.save_path "/var/cpanel/php/sessions/ea-php56"
   php_value upload_max_filesize 256M
   php_flag zlib.output_compression Off
</IfModule>
<IfModule lsapi_module>
   php_flag asp_tags Off
   php_flag display_errors On
   php_value max_execution_time 30
   php_value max_input_time 60
   php_value max_input_vars 1000
   php_value memory_limit 384M
   php_value post_max_size 256M
   php_value session.gc_maxlifetime 1440
   php_value session.save_path "/var/cpanel/php/sessions/ea-php56"
   php_value upload_max_filesize 256M
   php_flag zlib.output_compression Off
</IfModule>
# END cPanel-generated php ini directives, do not edit

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