>> May I ask how do I suppress or change the caption on every >> error page (It would usually displayed the date, server, squid >> version)? > > For instance, add these lines at the end of each error file: > > <BR clear="all"> > <HR noshade size="1px"> > <ADDRESS> > Generated %t by Norman Zhang > </ADDRESS> > </BODY></HTML>
Thanks. This time I read the FAQ and added <br clear="all"> <hr noshade size="1px"> <address>Generated %t by %S</address> </body></html> But now I'm getting 2 signatures (the one I just created + default). May I ask how do I fix this? Regards, Norman