What Acquia supports in .htaccess
Date Published: March 4, 2022
Some .htaccess code is supported on Acquia's managed Drupal platforms, while other .htaccess code is not. See below for details.
Supported
Unsupported
Options +Indexes which on other platforms will list the files inside a directory. That will not result in an error, but due to security concerns it will have no effect.DirectoryIndex is also not supported for the same reason.