Author Topic: product pictures loading error  (Read 11165 times)

Offline popustda

  • Full Member
  • ***
  • Posts: 153
  • Karma: +9/-4
    • View Profile
Re: product pictures loading error
« Reply #15 on: May 04, 2014, 04:17:41 PM »
thanks friend.
i enter this one below and its working now. its forcing non-www to open always

#Force non-www:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^www\.example\.com [NC]
RewriteRule ^(.*)$ http://example.com/$1 [L,R=301]

 

Powered by SMFPacks Social Login Mod