Is there a way to rewrite the URL for mysite inside either SharePoint 2007 or 2010. What I need to do is obfuscate the user within the URL string. I need to change:
http://MySPBox:55555/person/sean/default.aspx
to
http://MySPBox:55555/person/SomethingElseorEncrypted/default.aspx
If somebody has a more elegant solution, I'd love to know what that is.
Thanks.