I've like to have a finite number of long urls defined in my go config.
Within these long urls i need to change one of the arguments on a regular basis - and don't fancy having hundreds of go redirect urls created just for a small argument change.

Would it be possible to handle arguments in a url? such as defining place holders in the url using %1 %2 %3 etc. and then providing the values in the go/shorturl/arg1/arg2/arg3 format maybe?

The requirement is to specify product ids for a store which uses long ugly urls usually.

Comments

BioALIEN’s picture

Version: 4.7.x-1.x-dev » 5.x-1.3

+1 for this feature, I believe its the only thing missing. Not only can it apply to args, its useful for tagging or even grouping external urls.

A good reference for another module making use of this is the clicks.module (e.g. click/123/1/2)

summit’s picture

Hi,
Woud love this functionality for D7!
Greetings, Martijn