I am developing a project in Coldfusion with CFWheels MVC Framework with URL Rewriting enabled. It involves user registration and each user should be presented as username.domain.com
instead of www.domain.com/users/username
. Moreover once I am on username.domain.com
all child pages should work as:
- username.domain.com/page1
- username.domain.com/page2
- username.domain.com/search?k=xyz
- ... etc
which I am unable to achieve.
I have updated my DNS settings of the particular domain so that *.domain.com
all point to the same host. What am I still doing? I found this configuration , but I have not figured out how to implement it.