Closed (fixed)
Project:
Pathauto
Version:
6.x-1.1
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
22 Mar 2009 at 17:51 UTC
Updated:
23 Jan 2010 at 23:00 UTC
I'm loving Pathauto right now. It went in and automatically aliased user/[uid]/ to users/[user-raw]/ which is a very good thing in my world. I'd like to take that a step further and add additional aliases on to user/[uid]/. In particular, I'd like to have users/[uid-raw]/profile point to user/[uid]/profile. Unfortunately, I don't see how to do that manually any place. Does this have to be done programmatically or can it be done manually?
Thanks in advance...
Talib
Comments
Comment #1
actuan commentedComment #2
actuan commentedI'm re-reading my initial post and realizing I didn't specify correctly what I want to do.
I actually want to create an alias from users/[user-raw]/profile to user/[uid]/profile. In the initial posting, I stated [uid-raw] instead of [user-raw].
Anyone have any ideas?
Thanks...
Comment #3
fred0 commentedTry http://drupal.org/project/path_redirect
Comment #4
actuan commentedThat's great! Thank you. I'll give it a whirl.
Comment #5
dave reidPath redirect isn't the right thing for this. http://drupal.org/project/subpath_alias is.