What are these strange characters that appear after my product url?
http://sewjewel.com/christie-brinkley-s ... pmL3MSX_Yg[/b]
#.UpmL3MSX_Yg
Can you tell me how I can remove them?
They appear on all of my products' urls.
Thanks!
Visit http://www.sewjewel.com for sewing & crafts.
perhaps ypu did install a auto seo url extension that adds the thongs to our url.
certainly a nice problem to put my mind to work and find what is causing it.
Koeltechnische deurrubbers eenvoudig online op maat bestellen.
Alle niet stekplichtige onderdelen zoals scharnieren, sloten, randverwarming en verlichting voor alle typen koelingen en vriezers.
https://koelcel-onderdelen.com
If you don't want it, go thru which ever of these programs you installed and turn it off. You will probably need to re-add the code to opencart.
Running Opencart v3.0.3.9 with multi-stores and the default template from https://www.labeshops.com which has links to all my stores.
"If you are using addthis.com or similar or google analytics where you enabled url tracking, it will add a unique code like this. "
That's it, I replaced the default share buttons with the addthis.com a while back.
Visit http://www.sewjewel.com for sewing & crafts.

Running Opencart v3.0.3.9 with multi-stores and the default template from https://www.labeshops.com which has links to all my stores.
I put back the default social share buttons. Rearranged the buttons a little and added pinterest as one of the main buttons. Now my products' urls look cleaner.

Now, I have another issue and it kinda bothers me. Should I create a new topic for this? If so, I'll do it. But the issue is that I cannot seem to get my www to become a non-www. (Reason why I'm using the non-www is because that's how I've been using it). My store shows as both a www and a non-www version, which I believe might cause duplicate content.
I've added this into my .htaccess
RewriteCond %{HTTP_HOST} !^mystore\.com [NC]
RewriteRule (.*) http://mystore.com/$1 [R=301,L]
It works fine for the main store. But my other stores redirects to the main store and are not accessible.
I've searched for this and read lots post on opencart, but can't seem to get the answer.
I hope that someone can help me. Thanks!
Visit http://www.sewjewel.com for sewing & crafts.
Code: Select all
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*) http://www.%{HTTP_HOST}/$1 [R=301,L]
Running Opencart v3.0.3.9 with multi-stores and the default template from https://www.labeshops.com which has links to all my stores.
Since your codes work, how would I get it to become the non www. I tried removing the "www" from both lines but that broke my site.
Any suggestion on how to obtain the non www by using your code? If not I'll settle for the www version and just notify google that this is the preferred version.
Visit http://www.sewjewel.com for sewing & crafts.

Visit http://www.sewjewel.com for sewing & crafts.
Koeltechnische deurrubbers eenvoudig online op maat bestellen.
Alle niet stekplichtige onderdelen zoals scharnieren, sloten, randverwarming en verlichting voor alle typen koelingen en vriezers.
https://koelcel-onderdelen.com
Visit http://www.sewjewel.com for sewing & crafts.
when done that, you can use the .htaccess redirect to make sure anyone that enters your site through non www.is forced to www.
also already indexed bages will be redirected to new url so you wont lose ranking.
that is why you where not able to log into the admin, .htaccess direct to www.
config files redirect back to non www.
opencart treats them as seperate urls.
Koeltechnische deurrubbers eenvoudig online op maat bestellen.
Alle niet stekplichtige onderdelen zoals scharnieren, sloten, randverwarming en verlichting voor alle typen koelingen en vriezers.
https://koelcel-onderdelen.com
Thank you very much for your help! Stores are all working great and pointing to the www version. All buttons and admin seem to work.
Now, I'm heading to google and making the www as the preferred version.

Visit http://www.sewjewel.com for sewing & crafts.
Users browsing this forum: Bing [Bot] and 48 guests