Jump to content
SSForum.net is back!

Recommended Posts

Posted

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=1

I 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? :/

Posted

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

Guest
This topic is now closed to further replies.
×
×
  • Create New...