Sorry for the late reply..thank you for your reply! Unfortunately I do not have the option to have a constant namesppace after the domain. That would make things so much easier though!
Is it possible to set up some type of redirect or check to see if a folder does not exist to send it to a specific controller. That controller would be able to look at the URL the user entered and take the /johnsmith part from the url and run it through a database check? I guess in a way it would be something like the Error Controller... Thanks again! Josh Team wrote: > > 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. >> >> > > -- View this message in context: http://www.nabble.com/Zend-Router-Help-tp23702319p23733247.html Sent from the Zend Framework mailing list archive at Nabble.com.
