$('.flex-prev').html('<img class="prev-img" src="/images/arrow-left.png" />'); it works perfectly on localhost and distant server
RewriteEngine On
RewriteCond "%{HTTP_HOST}" "!^www\." [NC]
RewriteCond "%{HTTP_HOST}" "(.*)"
RewriteRule "(.*)" "http://www.%1$1" [R=301,L]