Problem with last Elastic 2 update
Design and Skin Customization
Hello jamroom team,
I find a missing file in the last upade of Elastic 2 skin :
_ index_gallery.tpl
Can you see please ?
Thank;
updated by @black-eagle: 01/12/19 11:26:24PM
RewriteEngine on
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]