Pubcookie module PubCookie.reply problem solution

Prerequisites:

  • "Plain" Apache Pubcookie setup (no Drupal involved) successfully tested
  • Pubcookie module enabled and configured as per README.txt

The problem

The page that the login server redirects you to is not found and the address bar indicates that that page is http://yoursite.com/PubCookie.reply

Solution

Add this line to the Drupal's default .htaccess file:

RewriteCond %{REQUEST_URI} !=/PubCookie.reply

Credits
5
Average: 5 (2 votes)
Your rating: None