statesman / scoreboard

A high school football scoreboard, fed by TeamPlayer data
http://projects.statesman.com/sports/scores/
0 stars 0 forks source link

Redirect old URL to new one #3

Closed achavez closed 9 years ago

achavez commented 9 years ago

Can use a PHP redirection:

 header('Location: http://projects.statesman.com/sports/scores/', true, 301);
 die();
achavez commented 9 years ago

302 redirect added from http://projects.statesman.com/databases/centex-prep-football-scores/ > http://projects.statesman.com/sports/scores/.

Can be switched to 301 after final sign-off.