mycognitive / ads_features

Provides common features for ads distribution.
http://drupal.org/project/ads_features
1 stars 4 forks source link

Ad nodes have a infinite redirect loop. #60

Closed kenorb closed 9 years ago

kenorb commented 9 years ago

Role: anonymous Client: All browsers and wget. Pages: All ad nodes.

E.g.

$ wget http://ads/node/53
--2014-10-13 14:11:09--  http://ads/node/53
Resolving ads... 127.0.0.1
Connecting to ads|127.0.0.1|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://ads/node/53 [following]
--2014-10-13 14:11:11--  http://ads/node/53
Reusing existing connection to ads:80.
HTTP request sent, awaiting response... 302 Found
Location: http://ads/node/53 [following]
--2014-10-13 14:11:13--  http://ads/node/53
Reusing existing connection to ads:80.
HTTP request sent, awaiting response... 302 Found
kenorb commented 9 years ago

Disabled redirect at /admin/structure/rate/1/edit ('Show a disabled widget (with non clickable buttons' instead of 'Redirect'), but no luck.