Page 1 of 1

[solved] change url

Posted: Thu Jan 27, 2011 10:26 pm
by stevestark5000
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");