Closed (fixed)
Project:
Path Filter
Version:
6.x-2.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
10 Oct 2009 at 19:45 UTC
Updated:
31 Oct 2009 at 10:00 UTC
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
Comment #1
mrfelton commentedPath 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