Cod4- Slower Mod download speed (12-25kbps) ? Setup FastDownload redirect
COD4 servers have limitations in delivering mod files to the client. So there is a method known as http/www redirect (aka fast download redirect) which can deliver mod files at a higher rate to the clients.
There are many methods to set up a http/redirect . You can either setup a web server for your own or order a web hosting/Fastdownload account to host your mod files for http/www redirect.
Once you setup an active redirect, You will have a URL to access the files through http protocol (ie through a web browser)
Then Add the below lines to your mod's server.cfg
seta sv_wwwDownload "1"
seta sv_wwwBaseURL "YOUR_FAST_DOWNLOAD_REDIRECT_URL"
Example:
seta sv_wwwDownload "1"
seta sv_wwwBaseURL "http://123.123.123.123:8080/dl"
(If you have ordered a Premium CoD4 Server or You have purchased Fast Download redirect Addon along with your server, your Fast Download URL will be available at Fast Download Page of SMV Control Panel)