Skip to content
This repository was archived by the owner on Apr 10, 2025. It is now read-only.
This repository was archived by the owner on Apr 10, 2025. It is now read-only.

base URL not respected for image rewriting #94

@GoogleCodeExporter

Description

@GoogleCodeExporter
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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions