Post by lawsonian » Mon Aug 08, 2016 12:43 pm

Hi all,

I am new to Opencart, fresh off the boat from BigCommerce so please forgive me asking stupid questions. :choke:

When I go to mineandelements.com rather than http://www.mineandelements.com , the font awesome icons would not appear.

I realise what I need to do is a 301 thing so 'mineandelements.com' can be redirected to the one with the 'www'.

What codes should I add to where? ???

Thanks so much for any help given. :)

Newbie

Posts

Joined
Fri Jun 10, 2016 1:34 pm

Post by paulfeakins » Mon Aug 08, 2016 5:57 pm

Add this to a file in your web root called .htaccess. It may be hidden or it may be called .htaccess.txt (in that case take off the .txt for it to work):

Code: Select all

RewriteCond %{HTTP_HOST} ^mineandelements.com$
RewriteRule (.*) http://www.mineandelements.com/$1 [R=301,L]

UK OpenCart Hosting | OpenCart Audits | OpenCart Support - please email info@antropy.co.uk


User avatar
Legendary Member
Online

Posts

Joined
Mon Aug 22, 2011 11:01 pm
Location - London Gatwick, United Kingdom

User avatar
Legendary Member
Online

Posts

Joined
Mon Aug 22, 2011 11:01 pm
Location - London Gatwick, United Kingdom
Who is online

Users browsing this forum: No registered users and 57 guests