I'm not sure whether this is the correct place for me to post this issue.

I've been using this module for quite sometimes now and everything works fine. I set the subdomain to be used for user profile page. Recently, I realised that the path to the edit form is something that I don't like.

What happen now is:
Edit profile page: http://www.site.com/~username/edit
Edit user's node: http://www.site.com/~username/nodeID/edit

What I want is for the URL path to be like:
Edit profile page: http://username.site.com/edit
Edit user's node: http://username.site.com/nodeID/edit

Is there anyway that I could do this?