I want to remove /user/ and switch it to http://domain/
Then people can easily remember their URL, and share the page (similar to Twitter).
How would I get this to work after a user registers?
Thanks.
I want to remove /user/ and switch it to http://domain/
Then people can easily remember their URL, and share the page (similar to Twitter).
How would I get this to work after a user registers?
Thanks.
Comments
Comment #1
dave reidUnder "User path settings", set the "Pattern for user account page paths:" to [user-raw] (instead of user/[user-raw]). You'll need to run validation when users register so they don't create usernames that are valid menu paths (like 'user', 'node', 'admin', etc). Since this is a support request, marking as fixed since an answer has been provided.
Comment #2
gregglesSee also http://drupal.org/node/73232 about dangerous patterns.