Thank you Andreas,I did not know any thing about that tag, but i tested it and found that.it work great.
> You obviously aren't familiar with the <!-- tag. > > /Andreas > > > ----- Original Message ----- > From: <[EMAIL PROTECTED]> >> That is correct but if you include %s it will show the squid version on >> your error page, but there is a trick.you can include %s on your html >> file >> and after that do some HTML work on it.Change the Font size (of %s) to >> the >> smallest size that possible and after that change the font color same as >> your background color, so it will write the squid version on your error >> page but noboday can see it :) Becuase bothe the fonts and Html >> backgroun >> have same color. another solution is to cange the squid source and >> recompile it. >> >> Alireza >> >> > Actually, if you include %s in your customized error page, squid won't >> > append its own footer. >> > So the solution is of course to add the following: >> > >> > <!-- %s --> >> > >> > /Andreas ;-) > >
