Yes, I tried both the code snippets, quit the app and cleared the sessions table each time. No luck. The site does use Varnish, might that make a difference?
I believe that the problem I was running into with the specific site was due to some HTTP Authentication configuration that was set up, but the .htaccess snippet in this blog post is compatible: http://www.mc-kenna.com/drupal/2012/04/simple-http-authentication-for-dr... I'm waiting for that client to confirm it with their account, but it should be a-ok.
Comments
Comment #1
damienmckennaFirst thing - Acquia have a standard solution for adding HTTP authentication to your site that involves adding this line to your .htaccess file:
I think this is stopping it from working.
Comment #2
damienmckennaRemoving that line from the .htaccess file didn't solve the problem.
Comment #3
damienmckennaNeither of the code snippets worked either.
Comment #4
damienmckennaFor anyone who has access to it, I opened a discussion in Acquia's forums: https://network.acquia.com/node/1888875
Comment #5
jchatard commentedHave you tried the help page?
http://drupad.com/install.html
With the second code snippet?
Best,
Jérémy
Comment #6
damienmckennaYes, I tried both the code snippets, quit the app and cleared the sessions table each time. No luck. The site does use Varnish, might that make a difference?
Comment #7
damienmckennaAnother thing to note. Originally I was actually using 7.x-1.6 - I thought I'd updated to 1.8 but I hadn't, apologies for that.
So, with 1.8 and code snippet #2 the built-in tester works and returns the following:
However the app still fails with the "The request didn't succeed" error.
Comment #8
jchatard commentedOk I'll have to sign up for an Acquia Dev Cloud account in order to test, and hopefully make it work.
I'll let you know once I've done that.
Best,
Jérémy
Comment #9
drewhutchinson commentedjchatard , Good luck with this. I really hope you can get this to work in the Acquia environment..............Drew
Comment #10
damienmckenna@jchatard: FYI Byron Norris at Acquia is working on it too, I've recommended he get in contact with you.
Comment #11
jchatard commentedOk, I finally had some time to test Acquia Dev Cloud and I confirm that using Code Snippet #1 works.
I have a fully Drupad compliant Acquia Dev Cloud instance.
So please double check your config and how your put the code snippet just before the rewrite rules.
I update the documentation right now.
Best,
Jérémy
Comment #12
damienmckennaI believe that the problem I was running into with the specific site was due to some HTTP Authentication configuration that was set up, but the .htaccess snippet in this blog post is compatible: http://www.mc-kenna.com/drupal/2012/04/simple-http-authentication-for-dr... I'm waiting for that client to confirm it with their account, but it should be a-ok.
Thanks for checking it.
Comment #13
drewhutchinson commentedDamienMcKenna / jchatard Nice work. I look forward to testing this today!!!..............Drew