When I upgraded to 2.3.2, I was surprised to find this didn't work any more. I decided than rather mess with a hack, I would try this. I like the output, it is slightly slower, but faster than w/ redirects. Plus is is super easy, even for a non-coder like me
Changed standardredirect template:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head><title>$pagetitle</title>
<meta http-equiv="Refresh" content="0 ; URL=$url">
$headinclude
</head>
<body>
<!-- <br><br>
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="95%" align="center">
<tr align="center" valign="middle">
<td>
<table border="0" cellspacing="1" cellpadding="10" bgcolor="#0A293E" width="70%">
<tr>
<td bgcolor="#0E3652" align="center">
<p> <normalfont><b>$errormessage</b> <br><br> </normalfont>
<smallfont> <a href="$url">Click here if you do not want to wait any longer<br>
(or if your browser does not automatically forward you)</a> </smallfont> </p></td>
</tr>
</table>
</td>
</tr>
</table> -->
</body>
</html>