sphinx Posted September 11, 2010 Share Posted September 11, 2010 Hello, Basicly, I want to make a php index, but make a certain redirect from it, for example, make: http://mysite.com/index.php?goto=forums Go to forums of my link choice, is their a simple code I can use? Thanks Link to comment https://forums.phpfreaks.com/topic/213157-php-redirect/ Share on other sites More sharing options...
ram4nd Posted September 11, 2010 Share Posted September 11, 2010 http://www.google.ee/search?sourceid=chrome&ie=UTF-8&q=php+redirect Link to comment https://forums.phpfreaks.com/topic/213157-php-redirect/#findComment-1109956 Share on other sites More sharing options...
sphinx Posted September 11, 2010 Author Share Posted September 11, 2010 That's not what I want. Link to comment https://forums.phpfreaks.com/topic/213157-php-redirect/#findComment-1109959 Share on other sites More sharing options...
BizLab Posted September 11, 2010 Share Posted September 11, 2010 Are you trying to avoid making another page? I'm not sure what you want to do here... you could just send the people to the forum using a header re-direct... header('../takemethere/forum.php'); Link to comment https://forums.phpfreaks.com/topic/213157-php-redirect/#findComment-1109987 Share on other sites More sharing options...
ram4nd Posted September 12, 2010 Share Posted September 12, 2010 maybe he means .htaccess redirect???? Link to comment https://forums.phpfreaks.com/topic/213157-php-redirect/#findComment-1110172 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.