[Tcladdressbook-commits] Help index.php,NONE,1.1
Status: Alpha
Brought to you by:
bdesgraupes
|
From: <bde...@us...> - 2003-12-14 20:26:15
|
Update of /cvsroot/tcladdressbook/Help In directory sc8-pr-cvs1:/tmp/cvs-serv14274/Help Added Files: index.php Log Message: Home page redirect --- NEW FILE: index.php --- /* * If your project home page is not hosted with SourceForge.net, we encourage * you to set up a simple redirect within your project web space (so people * going to http://tcladdressbook.sourceforge.net/ will not get a blank page * or old content. To set up a simple redirect, create an index.php file on * shell.sourceforge.net in the /home/groups/t/tc/tcladdressbook/htdocs/ which * contains (replace www.example.com with the correct URL): * <?php header("Location: http://www.example.com/"); exit; ?> */ <?php header("Location: http://webperso.easyconnect.fr/bdesgraupes/DocHTML/TclAB.html"); exit; ?> |