Active
Project:
CCK Redirection
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 May 2010 at 07:19 UTC
Updated:
13 Dec 2010 at 18:19 UTC
Jump to comment: Most recent
Redirects appear not to work if page caching is enabled. Clicking the redirect link takes one to an empty page.
Comments
Comment #1
Anonymous (not verified) commentedI am having the same issue - subscribing
Comment #2
lavamind commentedI'm not sure if that's your case, but if you use the Boost caching module, CCK redirection won't work. You need to tell Boost not to cache nodes for which you have a redirection enabled. Under "Statically cache specific pages :", select "Cache pages for which the following PHP code returns TRUE (PHP-mode, experts only)." and paste the following code :
Comment #3
Anonymous (not verified) commentedwe are using memcache on our sites, not Boost cache. I will check with the person that set up the memcache to see if this is also possible through that module.
thanks