So, what you're after, is for the link to not go directly to /custom/index but to bounce through /products/electronics/mp3 first ? Or do you want it to not redirect and "cloak" this somehow (the latter is not as possible).
Phil
Anybody have any ideas? This would, after all, be very cool.
current route:
/*path(.:format) {:controller=>"pages", :action=>"show"}
Then, to change the links you'd have to override our current Page#url method to not use the /custom/index link if the link is relative, i.e. only where links begin with *:// and not / - you must keep external links functioning in the same manner as currently.