[solved] change url

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
stevestark5000
Forum Commoner
Posts: 61
Joined: Thu Jan 27, 2011 12:08 am

[solved] change url

Post 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");
Post Reply