[solved] change url
Posted: Thu Jan 27, 2011 10:26 pm
how do i change to a different url in php without using a header?
i am trying to change from root to .index.php without using .htaccess
solved. i guess i had to use a header...
header("Location: ./index.php");
i am trying to change from root to .index.php without using .htaccess
solved. i guess i had to use a header...
header("Location: ./index.php");