Posted by Veikko Mδkinen on 08/03/05 14:12
Markus Wallner wrote:
> hi!
>
> If I have got an URL like ....
>
> http://www.xyz.com/profiles/Peter
>
> ... I would like to display the profile of "Peter".
>
> How can I forward the value "Peter" to a php script?
>
mod_rewrite (if you are using Apache) or handle 404 error with your own
php script (redirect with header("Location: ... "); ).
-veikko
--
veikko
mail@ .com
makinen
[Back to original message]
|