Hi,
I am a php newbie and would like to expose a situation about url i remarked on some website. On some website, it is like they have a default url when a link does not exist…example this is link for creating customer account
[php]www.koukou.com/customer/create/[/php]
I have tried to change their url to this:
[php]www.koukou.com/customer/create/naruto[/php]
instead of mentioning that the error message
T[php]he requested URL /koukou/compte/naruto was not found on this server.[/php]
it is just redirect me back to[php] the login form[/php] of [php]www.koukou.com/customer/create/[/php] .
So, how can i redirect user to page when the requested url does not exist in my server?
Hope i have exposed my issue clearly…thanks in advance