I am trying to figure out a way to run an application such that regardless
of the url I achieve the same results.  This is similar to the way
apache/mod_perl works ... example

   <Location /login/>
      SetHandler perl-script
      PerlHandler somehandler::foo
   </Location>
   
now anything that access /login/salkdfjaslkjf gets redirected executed
through somehandler::foo 

Can I do the same type of thing with php?
                       


-- 
Sean Cook

Phone: 804.285.2376
email: [EMAIL PROTECTED]
__________________________________________________
God doesn't play dice.  -- Albert Einstein

PGP signature

Reply via email to