php programming Hide url adress?

can i hide url_adress in php? for example: in http://localhost/test/main/root/index.php HIDE test/main/root/ and SHOW only http://localhost/index.php(basefile). I know include or readfile and file_get_contents but it cannot see base file links(images, stylesheets end scripts). can someone help me?
how redirect on base file and don`t show address
 
Back
Top