I would like to point an additional domain name to my app, but instead of it going to the root I would like it to point to a specific controller. For example, if my current site is www.fun.com and it points to ~/fun/public_html , I would like www.morefun.com to essentially be www.fun.com/morefun/ in the location bar of the browser. But, of course there would be no ~/fun/public_html/morefun . Is this possible? Is this a mod_rewrite issue?
Thanks.