justinhof wrote:I currently have a nop installation running three sites that each have a specific theme from Nop Templates. They are:
http://nop.deepblueyachtsupply.com - Uses Traction theme
https://www.lauderdaleprop.com - Uses Nitro theme
https://www.propellerdepot.com - Uses Motion theme
For the default site, the URL for images get intermingled with URLs of the other two sites domain wise, and it adds weird stuff in place of the nop section. This includes things like ww.w, 4www, and most recently alt1.aspmx.l.google.com.
Because the products and images are all used between sites, the images load. However, Google is now indexing these weird URLs and dinging the sites.
Feel free to go to http://nop.deepblueyachtsupply.com and do a view source to see.
Have you all seen this before, and what could be causing the image URL to not be set to the domain that the request comes from for this theme?
Thanks,
Justin
Hi,
Yes, we have seen similar "symptoms". You have to check the following possible reasons:
- clear the cache of the application and see if there is some effect.
- check the hosting configuration (HOST values) - if you are using shared hosting this is the most often reason. Anyway, you can ask for help your hosting company.
- In older versions some cross-origin attacks were possible, so you can delete the Guest accounts.
- maybe
this topic could help you.
The links of the images are generated automatically by the default NOP code and our products does not affect them in any way.
I hope this helped you. Let us know if you have any progress !