You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 10, 2025. It is now read-only.
From issue 43:
My <header>..</head> contains
<base href="http://www.sellmyretro.com/" />
The site logo was then being loaded with:
<img src="uploaded/img/site-logo.gif" />
I wonder if mod_pagespeed was not taking account of the base href to find the
site logo?
I replaced this with a simple:
<img src="/uploaded/img/site-logo.gif" />
and it worked. However, mod_pagespeed should take accout of the base href
directive.
Original issue reported on code.google.com by sligocki@google.com on 17 Nov 2010 at 3:20