Hi, I'm working on a web app and want to be able to offer my users a URL such as:
username.mydoma in.com
but have it map to:
mydomain.com/controller/method/username
FYI, I'm using codeigniter PHP framework, which should explain the above URL I need to map to.
I'm thinking this should be done with mod_rewrite, and I've tried various method to no avail. Any ideas on how to go about this?
Thanks for any insights!
Greg
username.mydoma in.com
but have it map to:
mydomain.com/controller/method/username
FYI, I'm using codeigniter PHP framework, which should explain the above URL I need to map to.
I'm thinking this should be done with mod_rewrite, and I've tried various method to no avail. Any ideas on how to go about this?
Thanks for any insights!
Greg
Comment