Different Profile URL
PermalinkNow what I wanted to do is to change the profile URLs from
/profile/x to /p/x
I've searched and read some threads about that (like this onehttp://www.concrete5.org/community/forums/customizing_c5/customizin... ) but I couldn't change the profile page path.
Any help would be greatly appreciated. Thanks.

RewriteRule ^p/(.*)$ profile/$1 [L]
Where the first 'p' represents the profile page url that you want:
In that example, what normally is /profile/user can be accessed through /p/user