constant ACSF_HTACCESS_PATCH_COMMENT in Acquia Cloud Site Factory Connector 8
A comment to include with the htaccess patch line.
1 use of ACSF_HTACCESS_PATCH_COMMENT
- drush_acsf_init_patch_htaccess in acsf_init/
acsf_init.drush.inc - Patches the htaccess file to allow access to our apc_rebuild.php script.
File
- acsf_init/
acsf_init.drush.inc, line 26 - Provides drush commands to set up a site for Acquia Site Factory.
Code
define('ACSF_HTACCESS_PATCH_COMMENT', ' # ACSF requirement: allow access to apc_rebuild.php.');