Post by Rinoa » Sat May 08, 2021 10:28 pm

Hello

First i want to tell you that i have already google and searched this problem and i have find many solution but nothing that have fixed it.
So i ask here for help and try to explain this situation.

When i go www.mysite.com or mysite.com then the icons doesnt show. If i click anywhere in the site, then all the icons work fine. Its probably very easy solution.
My htacess file is whitout .txt and config.php:
// HTTP
define('HTTP_SERVER', 'http://mysite.com/');

// HTTPS
define('HTTPS_SERVER', 'http://mysite.com/');

Best Regards.

Newbie

Posts

Joined
Sun May 31, 2020 5:21 pm

Post by straightlight » Sat May 08, 2021 10:39 pm

Rinoa wrote:
Sat May 08, 2021 10:28 pm
Hello

First i want to tell you that i have already google and searched this problem and i have find many solution but nothing that have fixed it.
So i ask here for help and try to explain this situation.

When i go www.mysite.com or mysite.com then the icons doesnt show. If i click anywhere in the site, then all the icons work fine. Its probably very easy solution.
My htacess file is whitout .txt and config.php:
// HTTP
define('HTTP_SERVER', 'http://mysite.com/');

// HTTPS
define('HTTPS_SERVER', 'http://mysite.com/');

Best Regards.
Posted as first, no OC version.
Without. .htaccess is without .txt which means it's either under another extension or active as .htaccess. File content unposted.

Dedication and passion goes to those who are able to push and merge a project.

Regards,
Straightlight
Programmer / Opencart Tester


Legendary Member

Posts

Joined
Mon Nov 14, 2011 11:38 pm
Location - Canada, ON

Post by Rinoa » Sat May 08, 2021 10:43 pm

Sorry

I am using opencart version 3.0.3.3

Code: Select all

# SEO URL Settings
RewriteEngine On
# If your opencart installation does not run on the main web folder make sure you folder it does run in ie. / becomes /shop/

RewriteBase /
RewriteRule ^sitemap.xml$ index.php?route=extension/feed/google_sitemap [L]
RewriteRule ^googlebase.xml$ index.php?route=extension/feed/google_base [L]
RewriteRule ^system/storage/(.*) index.php?route=error/not_found [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !.*\.(ico|gif|jpg|jpeg|png|js|css)
RewriteRule ^([^?]*) index.php?_route_=$1 [L,QSA]

Newbie

Posts

Joined
Sun May 31, 2020 5:21 pm

Post by opencartmart » Sun May 09, 2021 1:24 am

Rinoa wrote:
Sat May 08, 2021 10:28 pm
When i go www.mysite.com or mysite.com then the icons doesnt show. If i click anywhere in the site, then all the icons work fine. Its probably very easy solution.
My htacess file is whitout .txt and config.php:
Font awesome loading issue? Why don't you share your store URL?

XForm - Opencart Form Builder
Xshippingpro - An advanced Shipping Module
Need Professional support? Skype: opencartmart


Active Member

Posts

Joined
Wed Oct 02, 2013 3:59 am

Post by Rinoa » Sun May 09, 2021 4:28 am

opencartmart wrote:
Sun May 09, 2021 1:24 am
Rinoa wrote:
Sat May 08, 2021 10:28 pm
When i go www.mysite.com or mysite.com then the icons doesnt show. If i click anywhere in the site, then all the icons work fine. Its probably very easy solution.
My htacess file is whitout .txt and config.php:
Font awesome loading issue? Why don't you share your store URL?
Yes, exactly. The site url is kliimakaubad.ee

Newbie

Posts

Joined
Sun May 31, 2020 5:21 pm

Post by opencartmart » Sun May 09, 2021 1:22 pm

I can see the icons. Please check screenshot

Attachments

icon.png

icon.png (14.93 KiB) Viewed 1320 times


XForm - Opencart Form Builder
Xshippingpro - An advanced Shipping Module
Need Professional support? Skype: opencartmart


Active Member

Posts

Joined
Wed Oct 02, 2013 3:59 am

Post by Rinoa » Sun May 09, 2021 4:55 pm

opencartmart wrote:
Sun May 09, 2021 1:22 pm
I can see the icons. Please check screenshot
Try to write the address couple of times or try it on the mobile phone.

Newbie

Posts

Joined
Sun May 31, 2020 5:21 pm

Post by xxvirusxx » Sun May 09, 2021 5:19 pm

You have SSL installed?

Upgrade Service | OC 2.3.0.2 PHP 8 | My Custom OC 3.0.3.8 | Buy me a beer


User avatar
Expert Member

Posts

Joined
Tue Jul 17, 2012 10:35 pm
Location - România

Post by Rinoa » Mon May 10, 2021 12:29 am

xxvirusxx wrote:
Sun May 09, 2021 5:19 pm
You have SSL installed?
I looked site settings and it was turned off, i turned on but didn't change nothing. I just check that my domain provider offer this ssl option and i activated it, but it didnt seem to work either.

Newbie

Posts

Joined
Sun May 31, 2020 5:21 pm

Post by paulfeakins » Mon May 10, 2021 6:46 pm

Rinoa wrote:
Sat May 08, 2021 10:28 pm
First i want to tell you that i have already google and searched this problem and i have find many solution but nothing that have fixed it.
So i ask here for help and try to explain this situation.
Rinoa wrote:
Sat May 08, 2021 10:28 pm
When i go www.mysite.com or mysite.com then the icons doesnt show. If i click anywhere in the site, then all the icons work fine. Its probably very easy solution.
Well this has been asked and answered 1000s of times, it's obviously that you're not properly redirecting to both www and https in your .htaccess.

What have you actually tried from other posts? You obviously haven't done any of the other solutions properly.

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


User avatar
Guru Member
Online

Posts

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

Post by Rinoa » Mon May 10, 2021 10:10 pm

paulfeakins wrote:
Mon May 10, 2021 6:46 pm
Rinoa wrote:
Sat May 08, 2021 10:28 pm
First i want to tell you that i have already google and searched this problem and i have find many solution but nothing that have fixed it.
So i ask here for help and try to explain this situation.
Rinoa wrote:
Sat May 08, 2021 10:28 pm
When i go www.mysite.com or mysite.com then the icons doesnt show. If i click anywhere in the site, then all the icons work fine. Its probably very easy solution.
Well this has been asked and answered 1000s of times, it's obviously that you're not properly redirecting to both www and https in your .htaccess.

What have you actually tried from other posts? You obviously haven't done any of the other solutions properly.
Can you help me to change it right? I am not a programer.

Code: Select all

# SEO URL Settings
RewriteEngine On
# If your opencart installation does not run on the main web folder make sure you folder it does run in ie. / becomes /shop/

RewriteBase /
RewriteRule ^sitemap.xml$ index.php?route=extension/feed/google_sitemap [L]
RewriteRule ^googlebase.xml$ index.php?route=extension/feed/google_base [L]
RewriteRule ^system/storage/(.*) index.php?route=error/not_found [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !.*\.(ico|gif|jpg|jpeg|png|js|css)
RewriteRule ^([^?]*) index.php?_route_=$1 [L,QSA]

Newbie

Posts

Joined
Sun May 31, 2020 5:21 pm

Post by straightlight » Mon May 10, 2021 10:13 pm

Rinoa wrote:
Mon May 10, 2021 10:10 pm
paulfeakins wrote:
Mon May 10, 2021 6:46 pm
Rinoa wrote:
Sat May 08, 2021 10:28 pm
First i want to tell you that i have already google and searched this problem and i have find many solution but nothing that have fixed it.
So i ask here for help and try to explain this situation.
Rinoa wrote:
Sat May 08, 2021 10:28 pm
When i go www.mysite.com or mysite.com then the icons doesnt show. If i click anywhere in the site, then all the icons work fine. Its probably very easy solution.
Well this has been asked and answered 1000s of times, it's obviously that you're not properly redirecting to both www and https in your .htaccess.

What have you actually tried from other posts? You obviously haven't done any of the other solutions properly.
Can you help me to change it right? I am not a programer.

Code: Select all

# SEO URL Settings
RewriteEngine On
# If your opencart installation does not run on the main web folder make sure you folder it does run in ie. / becomes /shop/

RewriteBase /
RewriteRule ^sitemap.xml$ index.php?route=extension/feed/google_sitemap [L]
RewriteRule ^googlebase.xml$ index.php?route=extension/feed/google_base [L]
RewriteRule ^system/storage/(.*) index.php?route=error/not_found [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !.*\.(ico|gif|jpg|jpeg|png|js|css)
RewriteRule ^([^?]*) index.php?_route_=$1 [L,QSA]
Programmer. You could always create a new service request in the Commercial Support section of the forum to get this done as a custom job.

Dedication and passion goes to those who are able to push and merge a project.

Regards,
Straightlight
Programmer / Opencart Tester


Legendary Member

Posts

Joined
Mon Nov 14, 2011 11:38 pm
Location - Canada, ON

Post by Rinoa » Mon May 10, 2021 11:15 pm

This isnt custom job. I actualy have tried others 100 posts that have same problem, but none have worked for me...
I use original theme and havent change any files, the site should work normaly.

Newbie

Posts

Joined
Sun May 31, 2020 5:21 pm

Post by by mona » Mon May 10, 2021 11:57 pm

Hi,

I am sure this is quite frustrating for you however you may not be aware of a few things.

Most importantly - We are not associated / affiliated with Opencart. There is absolutely nothing we have to gain by assisting you.
On many occasions we suffer abuse, disrespect, rudeness, bad manners and arrogance.
We are not the correct address to vent your frustration.

Now - many people have tried to assist you but we have no idea what you problem is. You are asking (@Straightlight) a blind person to find your glasses in a jumble sale and getting frustrated at him when he tells you he is blind - !@&%$

It works perfectly for me also
Screen-Shot-2021-05-10-at-16.44.43.jpg

Screen-Shot-2021-05-10-at-16.44.43.jpg (57.61 KiB) Viewed 1127 times

Screen-Shot-2021-05-10-at-16.44.34.jpg

Screen-Shot-2021-05-10-at-16.44.34.jpg (57.91 KiB) Viewed 1127 times

Rinoa wrote:
Mon May 10, 2021 11:15 pm
I actualy have tried others 100 posts that have same problem, but none have worked for me...
No they don’t - that is your incorrect assumption. The problem most of these 100 posts have is incorrectly directed www and non-www or http and https
If you have found something that does then post it
We can not see you have a problem - so Straightlight correctly suggested you seek commercial support.

Try on another browser - explain how you have the problem and we don’t ?
Rinoa wrote:
Mon May 10, 2021 11:15 pm
This isnt custom job.
I use original theme and havent change any files, the site should work normaly.
It is free software - use at your own risk
We all have different reasons for assisting for free, but non of us are obliged to and it is not in our best interests to.

Go have a coffee - think about how you can explain what you are doing/seeing that we are not.

Kind regards,

DISCLAIMER:
You should not modify core files .. if you would like to donate a cup of coffee I will write it in a modification for you.


https://www.youtube.com/watch?v=zXIxDoCRc84


User avatar
Expert Member

Posts

Joined
Mon Jun 10, 2019 9:31 am

Post by by mona » Tue May 11, 2021 12:17 am

What you have not noticed
Screen-Shot-2021-05-10-at-17.05.40.jpg

Screen-Shot-2021-05-10-at-17.05.40.jpg (28.9 KiB) Viewed 1106 times

Screen-Shot-2021-05-10-at-17.07.21.jpg

Screen-Shot-2021-05-10-at-17.07.21.jpg (50.35 KiB) Viewed 1106 times

So you probably forgot to redirect your www in your htaccess ... which to double check does not have .txt at the end
and you have two config files - one in admin and one in catalog.

viewtopic.php?t=213870

DISCLAIMER:
You should not modify core files .. if you would like to donate a cup of coffee I will write it in a modification for you.


https://www.youtube.com/watch?v=zXIxDoCRc84


User avatar
Expert Member

Posts

Joined
Mon Jun 10, 2019 9:31 am

Post by Rinoa » Tue May 11, 2021 12:22 am

What kind of address did you use? did you start with www or whitout, check your mobile phone version. At the moment i got www.kliimakaubad.ee working but kliimakaubad.ee doesnt work the icons. What internet browser you use?

EDIT: I got it working.
Last edited by Rinoa on Tue May 11, 2021 12:42 am, edited 1 time in total.

Newbie

Posts

Joined
Sun May 31, 2020 5:21 pm

Post by ADD Creative » Tue May 11, 2021 12:35 am

Rinoa wrote:
Tue May 11, 2021 12:22 am
What kind of address did you use? did you start with www or whitout, check your mobile phone version. At the moment i got www.kliimakaubad.ee working but kliimakaubad.ee doesnt work the icons. What internet browser you use?
You can't use both versions of the domain. You have to pick one or the other and set that in your configs. Then redirect the other to the one in your configs.

www.add-creative.co.uk


Expert Member

Posts

Joined
Sat Jan 14, 2012 1:02 am
Location - United Kingdom
Who is online

Users browsing this forum: No registered users and 109 guests