Map Url With Special Character.

Im using Yii framework and want to create a page that loads users info. But I always want to have a hashtag before the userID. So the userID is dynamic and the hashtag is always there.

Target:

http://example.com/#userID

How can I resolve that?

Thanks for your help.