I have installed this module to make my site-name link to frontpage absolute url, but had no success. Currently i have this:

<div id="site-name"><a href="/" title="Home">Example</a></div>

and I would like this:

<div id="site-name"><a href="http://www.example.com/" title="Home">Example</a></div>

Comments

Garrett Albright’s picture

Is this in a template instead of in node content? Pathologic only operates on node content - it can't touch links in templates.

If it *is* in the content, then try linking to "<front>" .

sedmi’s picture

yes, i u understand now. I tried to solve my problem with absolute internal links through site with it.

Garrett Albright’s picture

Status: Active » Closed (fixed)