<Files *.*>
Order Deny,Allow
Deny from all
#office
Allow from 101.78.0.0/8
Allow from 218.255.0.0/8
Allow from "218.255.65.109"
#home
Allow from "223.18.78.58"
#mobile
Allow from "14.0.171.100"
</Files>

# increase the server memory limit for OpenCart
<IfModule mod_php7.c>
    php_value memory_limit 256M
    php_value max_execution_time 600
    php_value upload_max_filesize 200M
    php_value post_max_size 201M    
</IfModule>




