ErrorDocument 404 your_script.php

then in your_script.php look at $REQUEST_URI

Or stick a phpinfo() call there initially to see what is set.

-Rasmus

On Sun, 31 Mar 2002, Andy wrote:

> Hi there,
>
> I am wondering how to get a parameter from url like on php.net Example:
> php.net/functionname
>
> I guess this is a server config isn't it? The server would otherwise asume
> this is a file and return a 404 error.
> How could I tell the server to run index.php if the file name is not on the
> server. And then .. how to get a 404 if
> this is not a function, but really a not existant page?
>
> Maybe someone of the php.net team could uncouver the miracle :-)
>
> Thanx Andy
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to