constant ACSF_HTACCESS_PATCH_MARKER in Acquia Cloud Site Factory Connector 8
The marker that tells us where we need to add our .htaccess patch.
1 use of ACSF_HTACCESS_PATCH_MARKER
- 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 21 - Provides drush commands to set up a site for Acquia Site Factory.
Code
define('ACSF_HTACCESS_PATCH_MARKER', 'RewriteRule "^(.+/.*|autoload)\\.php($|/)" - [F]');