I've been trying to set up a referrer code on a clients Actinic store - following the instructions here.
However I can't get it to work... when a link is clicked it loads the page but without any images or style sheets.
I have spoken to Actinic and they told me the 'fix' was to make all my links (images/stylesheets etc..) to absolute links. I tried this, but it didn't work and in fact made the site look awful even for those not coming from the referrer link.
I have a feeling it's to do with the BASE HREF.
When I look at the source code of the page as a normal visitor it looks like:
<Actinic:BASEHREF VALUE="http://www.domain.com/acatalog/" FORCED=0 />
However when I look at it after I've clicked the referrer link it looks like:
<BASE HREF="http:/%/">
Is this why the referrer code isn't working, does anyone know how I can fix this?
Thanks for any help or suggestions
However I can't get it to work... when a link is clicked it loads the page but without any images or style sheets.
I have spoken to Actinic and they told me the 'fix' was to make all my links (images/stylesheets etc..) to absolute links. I tried this, but it didn't work and in fact made the site look awful even for those not coming from the referrer link.
I have a feeling it's to do with the BASE HREF.
When I look at the source code of the page as a normal visitor it looks like:
<Actinic:BASEHREF VALUE="http://www.domain.com/acatalog/" FORCED=0 />
However when I look at it after I've clicked the referrer link it looks like:
<BASE HREF="http:/%/">
Is this why the referrer code isn't working, does anyone know how I can fix this?
Thanks for any help or suggestions
Comment