webredirect
Posted 2001-01-17 22:34. Last updated 2003-07-17 12:00. Tagged web, project, c++, http.
A small web server serving 301 Moved Permanently
or 302 Moved
Temporarily
to all requests.
Update 2003-07-17: Relase 0.3 of webredirect is out on the ftp server. The main news in this release are:
Updated the C++ language usage, so this version works with gcc 3.x (and should work with other standard-compliant C++ compilers).
Added two command line options, to redirect temporarily instead of permanently and to redirect all requests to just the base target, without the path/file part of the requested URI appended. Submitted by Michael A Dickerson mikey@singingtree.com.