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");
[solved] change url
Moderator: General Moderators