If the GO statement looks like this, I'll get a database entry, but when I click the link it ends up with a "page not found" and the click counter is not incremented.

<go href="http://idebanken.se/mattias/" target="new">http://idebanken.se/mattias/</go>

When I remove the trailing slash ("/") everything works great!

<go href="http://idebanken.se/mattias" target="new">http://idebanken.se/mattias/</go>

Comments

l8a’s picture

I noticed the same.
But I think this is because "global redirect" module does strip all leading slashes away. Do you have installed that?
If - I would suggest you check each item, before it got inserted into the gotwo db, if it contain a leading slash, and if - remove it.
Maybe this could be added as an configuration option in future, would be nice.

hass’s picture

Category: bug » support
Status: Active » Fixed

Sounds not like an issue of the GoTwo module. If the URL gives you an 404 you need to find out why the server gives you an 404

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.