To GS web dev - suggestion
Please add a php page to redirect google searches to the new forum. It's so simple and would help everyone
Add this page
www.gamesalad.com/forums/topic.php (currently going to 404 page not found)
and include just this code
header("Location: http://forums.gamesalad.com/discussion/$_GET['id']"); in between <?php ?> markers
Thanks
Add this page
www.gamesalad.com/forums/topic.php (currently going to 404 page not found)
and include just this code
header("Location: http://forums.gamesalad.com/discussion/$_GET['id']"); in between <?php ?> markers
Thanks
Comments