Enabling CiviCRM php scripts under Perusio's drupal configuration
Posted by Torenware on March 3, 2014 at 7:35pm
I'm now running a Drupal / CiviCRM site on AWS using Perusio's standard config. This mostly works fine.
The one issue I've found is that CiviMail uses a variety of PHP scripts located under sites/all/modules/civicrm/extern/ (e.g., sites/all/modules/civicrm/extern/soap.php, sites/all/modules/civicrm/extern/open.php, etc.). Short version: the CiviMail back-end needs to talk to the installed CiviCRM instance via these end points. Since the standard Perusio config only wants to talk to /index.php, I need to extend things for this specific group of scripts.
Read more