[Edevsagetools-commit] SF.net SVN: edevsagetools: [34] trunk/src/site/index.php.sourceforge. redire
Status: Beta
Brought to you by:
avdyk
From: <av...@us...> - 2007-03-19 13:08:59
|
Revision: 34 http://svn.sourceforge.net/edevsagetools/?rev=34&view=rev Author: avdyk Date: 2007-03-19 06:04:06 -0700 (Mon, 19 Mar 2007) Log Message: ----------- redirection for sourceforge website Added Paths: ----------- trunk/src/site/index.php.sourceforge.redirect Added: trunk/src/site/index.php.sourceforge.redirect =================================================================== --- trunk/src/site/index.php.sourceforge.redirect (rev 0) +++ trunk/src/site/index.php.sourceforge.redirect 2007-03-19 13:04:06 UTC (rev 34) @@ -0,0 +1,11 @@ +<?php +header("Location: http://dev.edev.be/sagetools/"); +exit; ?> +<html> +<head> +</head> +<body> +If you have not been automatically redirected, you should click +<a href="http://dev.edev.be/sagetools/">http://dev.edev.be/sagetools/</a>. +</body> +</html> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |