On Wednesday 08 August 2001 00:00, Sean Cook wrote:
> 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
<Location /login>
ForceType application/x-httpd-php
</Location>
Now /login* URLs execute the PHP script "/login", which gets the complete
URI as $REQUEST_URI
--
Christian Reiniger
LGDC Webmaster (http://lgdc.sunsite.dk/)
"World domination. Fast." (Linus Torvalds about Linux)
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]