I have domains like www.football.com
and www.baseball.com
.
They are linked with www.game.com
, which is the parent, and its admin page, www.game.com/admin
.
i want to create something like www.football.com/userid1/admin
, www.baseball.com/userid2/admin
, etc. for different users.
All the domains are mapped to same IP and there is only one admin folder. If I use CakePHP, is it possible to achieve the above?