LSWS Standard 3.1.1
Linux/Ubuntu 32-bit
I set-up a Redirect context with an external URL. The headers look OK, but the HTML text doesn't.
HTTP/1.0 302 Found
Date: Wed, 16 May 2007 06:53:30 GMT
Server: LiteSpeed
Connection: close
Location: http://www.foo.com/
Content-Type: text/html
Content-Length: 390
<html>
<head><title> 302 Found
</title></head>
<body><h1> 302 Found
</h1>
The document has been temporarily moved to <A HREF="%s">here</A>.<hr />
Powered By <a href='http://www.litespeedtech.com'>LiteSpeed Web Server</a><br />
<font face="Verdana, Arial, Helvetica" size=-1>Lite Speed Technologies is not responsible for administration and contents of this web site!</font></body></html>
Note the "%s" in the <A HREF...> tag instead of www.foo.com.
Linux/Ubuntu 32-bit
I set-up a Redirect context with an external URL. The headers look OK, but the HTML text doesn't.
HTTP/1.0 302 Found
Date: Wed, 16 May 2007 06:53:30 GMT
Server: LiteSpeed
Connection: close
Location: http://www.foo.com/
Content-Type: text/html
Content-Length: 390
<html>
<head><title> 302 Found
</title></head>
<body><h1> 302 Found
</h1>
The document has been temporarily moved to <A HREF="%s">here</A>.<hr />
Powered By <a href='http://www.litespeedtech.com'>LiteSpeed Web Server</a><br />
<font face="Verdana, Arial, Helvetica" size=-1>Lite Speed Technologies is not responsible for administration and contents of this web site!</font></body></html>
Note the "%s" in the <A HREF...> tag instead of www.foo.com.