Closed (duplicate)
Project:
Redirect
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Feb 2012 at 23:57 UTC
Updated:
22 Jul 2014 at 02:20 UTC
Jump to comment: Most recent
Comments
Comment #1
jaydub commentedI think the best way to accomplish this is to write a small custom module that handles the static path and redirects to the logged in users page or some other page if an anonymous user.
This is pseudocode but you'd want something like this:
foo.module
Comment #2
RKS commentedOk. I'll check it out and see what I can come up with. Thanks for the tip.
Comment #3
davidwhthomas commentedI posted another solution, using
hook_redirect_alterto apply user tokens, here: http://drupal.org/node/1331582#comment-6092790Comment #4
pere orgaLet's close this as a duplicate of #1331582: Use tokens for redirects then