Just upgraded our forum to phpBB3 and everything seems to be working well.
I've been trying to modify the overall_header.html template in the subsilver2 style
I want to change the site logo code to point to a different logo stored remotely on another server
However when I change
- Code: Select all
<td><a href="{U_INDEX}">{SITE_LOGO_IMG}</a></td>
To
- Code: Select all
<td><a href="{U_INDEX}"><img src="http://www.domain.com/img/logo.gif" alt="Logo" title="Forum Index" border="0" /></a></td>
I get the following Apache error message:
Not Acceptable
An appropriate representation of the requested resource /forums/adm/index.php could not be found on this server.
Never seen this error before.
It seems to work fine with editing other templates (overall_footer.html) - strange why it's just this one!
Any ideas/suggestions?
Thanks, Ben


