voxforge.org
VoxForge Dev

Ticket #2 (new defect)

Opened 2 years ago

Last modified 1 year ago

URL to VoxForge Downloads Page has Changed

Reported by: kmaclean Assigned to: somebody
Priority: major Milestone: milestone1
Component: component1 Version: 1.0
Keywords: Cc:

Description

URL to VoxForge? Downloads Page has Changed - need to create redirect in Apache (modproxy). WebGUI creates its own redirect, but it gets purged after a few months.

Change History

10/15/07 14:05:58 changed by kmaclean

submit_audio.php:

$login_url = "http://www.voxforge.org/home/login";
$production_upload_url = "http://www.voxforge.org/home/downloads/audio/model-repository/audio-speech-files";
$testing_upload_url    = "http://www.voxforge.org/home/downloads/audio2/voxforgeivr";
$upload_url = $production_upload_url;

need Http redirects for these