Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I'm working on a project which the client has specifically requested be deployed inside a Docker container. Ideally I would like the core drupal files to be in the container possibly using the Official Drupal Docker images, but I want to mount my own /themes /modules /profiles and /sites folders.
I've tried this, but Drupal seems to ignore the /sites folder and treats it as a new install. If though, I map my whole drupal application to /var/www/html, replacing the Drupal files in the image, it works absolutely fine.
I've been searching to find out how to configure the public file system to store files on a disk separate from the web root. The only thing I can find is that the path I use must be within the web root. Any ideas how I can accomplish this?
I am using Drupal 8.4.5 with Acquia Lightning 3.1.0.
Site updates are managed by Composer.
I am using Drush 9.2.0.
I have problem with running site specific modules.
Drush can see them without problem, also they are visible in Drupal admin panel.
But after clearing cache (drush cr) they disappear from moduleHandler service. All modules shared between sites are visible.
Same modules are working alright when moved to shared modules folder.
Hello experts! I am new to Drupal 8/CentOS. I am setting up my Drupal8.5-based web server and can use some help enabling Clean URLs to finish the installation (that is the only error I am seeing so far).
I have tried changing the httpd.conf to include "AllowOverride All" under <Directory "/var/www/html"> ..... but that hasnt cleared the warning. When I run apachectl -M | sort, it shows "rewrite_module (shared)".