Samapico Posted December 20, 2008 Report Posted December 20, 2008 Basically I want people who have bookmarked http://dcme.sscentral.com/?view=download to be redirected at http://www.ssforum.net/index.php?autocom=d...s&showcat=1I read a lot of solutions using header(...) but that only works if the page has no other code on it or something? Would it be just simpler to put a big redirect link on the page? :/
Samapico Posted December 20, 2008 Author Report Posted December 20, 2008 FIXED Cre helped me out Just had to put the header (...) thing at the very start of the index.php, before the tag <? if ($_GET[view] == 'download') { header("Location: http://www.ssforum.net/index.php?autocom=downloads&showcat=1 } ?> Did the same thing with the forum link, instead of having the long URL at a couple places in the code, just need ?view=forum, wee
Recommended Posts