با سلام من میخوام url فارسی رو تست کنم تمام حروف فارسی کار میکنه فقط وقتی م اولش باشه پیام خطای زیر رو میده

Object not found!
The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.
If you think this is a server error, please contact the webmaster.

این پیام خطا برای xampp هستش تو wamp هم امتحان کردم پیام خطای مشابه میده

public function product(){
$url = $this->uri->segment(3);
$url = urldecode( $url);
var_dump($url);}