Perhaps someone in the alsa group at sf could upload something like
one of the files attached below to:

    alsa.sf.net:/home/groups/a/al/alsa/htdocs/index.php 

so anyone going to alsa.sf.net at least gets redirected to either the
project page at sf or to alsa-project.org....

first redirects to sf.net/projects/alsa.  The 2nd to alsa-project.org.

-JimC

<?php
// Main index for ALSA project at SourceForge
// Just forward to project page for now
Header("Location: http://sourceforge.net/projects/alsa/";);
?>
<?php
// Main index for ALSA project at SourceForge
// Just forward to the real homepage
Header("Location: http://alsa-project.org/";);
?>

Reply via email to