I am trying to make search enging friendly URL's. The articles that I have read suggest using $_SERVER['PATH_INFO']. When I write "echo $_SERVER['PATH_INFO'];" on my pages, it does not display anything. Does anyone know why I am unable to display this value?
Thanks
Thanks