As soon as I enable this module, I get the following message on Firefox:

The page isn't redirecting properly

Firefox has detected that the server is redirecting the request for this address in a way that will never complete.

This seems to be happening on every page except for the homepage.

Comments

dboulet’s picture

I’ve narrowed it down to this code in purl_init():

<?php
if (!isset($_REQUEST['q'])) {
  $_REQUEST['q'] = '';
}
?>

Commenting out these lines fixes the problem.

dboulet’s picture

Status: Active » Closed (duplicate)

Turns out it’s a conflict with Global Redirect. See #623886: Conflicts with globalredirect.