AbanteCart v1.4.2 is released.
Please help us to make AbanteCart Ideal Open Source Ecommerce Solution for everyone.
<Directory /pathtoabantecartbitnami/abantecart/htdocs/> <IfModule rewrite_module>RewriteEngine on# Rewrite section for retina high-res images with @2x in the end of filename base on cookie HTTP_IS_RETINA# To emulate Retina mode on your NON-Retina display, add HTTP_IS_RETINA cookie in your browserRewriteCond %{HTTP_COOKIE} HTTP_IS_RETINA [NC]RewriteCond %{REQUEST_FILENAME} !@2xRewriteRule ^(.*)\.(gif|jpg|png)$ $1@2x.$2# if @2x isn't available fulfill the original requestRewriteCond %{REQUEST_FILENAME} !-fRewriteRule ^(.*)@2x\.(gif|jpg|png)$ $1.$2# SEO URL SettingsRewriteBase /abantecart/RewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_FILENAME} !-dRewriteRule ^(.*)\?*$ index.php?_route_=$1 [L,QSA] </IfModule></Directory>