Hi,

Maybe being blonde here .. I've installed the module, made sure the filter is higher than html, cleared cache and still all my url's are relative.

The reason I need this that I've created a view that I copy the html source to send in my newsletter. All the url's in there are relative.

Is this the right module? or do you perhaps have a suggestion on how I can change url's to absolute on 1 specific view or page?

Look forward to any reply, and thank you.
Lilian

Comments

mrfelton’s picture

Status: Active » Fixed

Path filter either creates absolute paths (/some/path) or absolute URLs (http://www.example.com/some/path) - it shouldn't ever create relative paths. If you want it to create absolute URLs, you need to:

1) go to Site Configuration -> Input Formats -> List (admin/settings/filters/list)
2) Click the 'configure' link next to your input format
3) Click the 'Configure' tab at the top
4) In the 'Internal path filter' fieldset, check the 'Absolute URL (including http://www.example.com)' checkbox
5) Save the configration
6) Clear your cache

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.