How to fix OpenCart missing icons problem




How to fix OpenCart missing icons problem
Very simple solution to fix the icon missing problem in opencart which is due to domain address. The issue is caused due to cross-domain policies for example :
If you access blazingcoders.com and it might be working but if you access www.blazingcoders.com then it will show messy icons it’s just due to HTTP_SERVER point location.
So you can fix by changing config.php opencart root folder.
// HTTP
define(‘HTTP_SERVER’, ‘https://www.blazingcoders.com‘);
// HTTPS
define(‘HTTPS_SERVER’, ‘https://www.blazingcoders.com‘);
config.php – OpenCart admin folder
// HTTP
define(‘HTTP_SERVER’, ‘https://www.blazingcoders.com/admin/‘);
define(‘HTTP_CATALOG’, ‘https://www.blazingcoders.com/‘);
// HTTPS
define(‘HTTPS_SERVER’, ‘https://www.blazingcoders.com/admin/‘);
define(‘HTTPS_CATALOG’, ‘https://www.blazingcoders.com/‘);
After configuration please do check that your .htaccess file is configured properly like this.
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ HTTP://www.%{HTTP_HOST}/$1 [R=301,L]
This will help you to sort out your problem in Opencart bootstrap version icon or font awesome missing issue.
Tags :
Opencart Icon Issue
Opencart Icon missing
Font awesome icons missing
Font awesome icons missing Issue
Related Posts

How to Create PDF file from webpage Using PHP and mpdf
How to convert PHP file to PDF file? In this PHP article, I will adviser you on how to catechumen
Read More
Magento B2B Development Services from The Experts
Being among the Stylish Magento B2B Development Company, We give important gests and optimal arrange
Read More
2D Animation Development Company
Blazingcoders is 2D animation services company in India. We have more than years and years of experi
Read More