Can you have a constant namespace before /johnsmith to identify a specific route such as www.example.com/rs/johnsmith
- then have /rs/* route to some action which holds your bizz logic? On Mon, May 25, 2009 at 2:18 AM, bellashaye <[email protected]> wrote: > > Hello all, > > I have tried to search for help but no luck :( > > Anyways, I am hoping someone could assist me with any direction or specifics > for the issues described below... > > Basically, I am trying to incorporate a "replicated" website into my current > Zend Framework setup. What I want is for someone to go to > http://www.example.com/johnsmith and Zend Router routes it to the persons > personal website. Im guessing it would have to rewrite to something like > http://www.example.com/replicatedwebsite/johnsmith > > I want to be able to take that first parameter (johnsmith) and look it up in > a database to see if that user exists and if they have a replicated website. > This part I am for the mst party familiar with... > > Hopefully that somewhat explains what I am trying to do. > > Any help would be very much appreciated! > > Thank You > > > -- > View this message in context: > http://www.nabble.com/Zend-Router-Help-tp23702319p23702319.html > Sent from the Zend Framework mailing list archive at Nabble.com. > >
