|
This page last changed on Apr 27, 2007 by hallman.
Access Denied error when trying to use CiviCRM search.
On some installations, users have reported that some browsers get an "Access Denied" error when trying to run a seach in CiviCRM (Find Contacts).
This is apparently a problem related to virtual paths used in some virtual hosting environments, and a solution that worked for some folks is to change the absolute paths in civicrm.settings.php to relative paths.
— Contributed by Kathy Marks ----------
This is the configuration I got it should work for anyone with a ROOT DIRECTORY installation of Drupal. In civicrm.settings.php :
Under "File system paths for this install" change:
to:
Under "Site URLs" change:
to:
|