Closed (fixed)
Project:
Acquia Purge
Version:
7.x-1.0-beta2
Component:
Code
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
29 Jul 2014 at 22:21 UTC
Updated:
2 Sep 2014 at 11:19 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
tekante commentedComment #2
elijah lynnComment #3
elijah lynnCould you handle this by the domain override $conf var in your settings.php file?
Comment #4
nielsvm commentedChris actually has a point here, his use case won't be supported with the current code as Acquia Purge will always use and respect
base_path()when purging things. Setting different domains won't make this any different as it will then be a different domain in the URL, with still the wrong base path appended to it (and prefixed to the path).So I thought about this and decided that altering
$requestis too much power to be given away but that a setting could fix this easily:This is added to
README.txtas of version 7.x-1.0:So now you could do in
settings.php: