Strange URLs for pages - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16) +--- Thread: Strange URLs for pages (/showthread.php?tid=3950) |
Strange URLs for pages - Timbow - 2012-12-01 Looked at a site I made a while ago at www.overstowey.com . All the pages (not the index) are showing additional characters on the end of the url as displayed in the browser address bar, so I have http://www.overstowey.com/about-us/#.ULjGo2fqE7I and http://www.overstowey.com/links/#.ULjHBGfqE7I I am seeing this in Firefox and Opera but not Chrome or IE. I checked I had 'use Fancy URLs' ticked, checked the Healthcheck and upgradeed to 3.1.2 any ideas? RE: Strange URLs for pages - Connie - 2012-12-01 I do not see this in Firefox, did you empty the browser cache and check again? RE: Strange URLs for pages - Timbow - 2012-12-01 (2012-12-01, 01:10:35)Connie Wrote: I do not see this in Firefox, did you empty the browser cache and check again? Yep, cleared it again. It doesn't fix it. If you click on the links in my post above what do you get?? RE: Strange URLs for pages - eatons - 2012-12-01 You're getting the same code (#.ULjHBGfqE7l) each and every time, so what you should be looking for is something in your PHP code that probably isn't closed properly. Question ... are you getting the same results on your localhost setup? You could try doing a search for that particular code throughout your CMS system files. RE: Strange URLs for pages - Timbow - 2012-12-01 (2012-12-01, 04:18:05)eatons Wrote: You're getting the same code (#.ULjHBGfqE7l) each and every time, so what you should be looking for is something in your PHP code that probably isn't closed properly. I did a fresh install of GS on Localhost, then from the site zip archive backup I overwrote the data plugins and theme folders, so a normal migration procedure. On Localhost I have the same problem except that the characters I have in the urls have changed to: http://localhost/OSPC/about-us/#.ULkodmfqE7I and http://localhost/OSPC/links/#.ULkpq2fqE7I RE: Strange URLs for pages - mvlcek - 2012-12-01 (2012-12-01, 07:47:29)Timbow Wrote: I did a fresh install of GS on Localhost, then from the site zip archive backup I overwrote the data plugins and theme folders, so a normal migration procedure. On Localhost I have the same problem except that the characters I have in the urls have changed to: You are including some script from addthis.com which manipulates the links. If you remove it (or use the firefox noscript plugin and switch off addthis.com), you get the normal links. RE: Strange URLs for pages - Timbow - 2012-12-01 (2012-12-01, 08:02:23)mvlcek Wrote: You are including some script from addthis.com which manipulates the links. thanks mate. You are totally correct. fixed. |