Am having issues with the new colors selected with the color picker not showing up in Drupal. The colors are stored un /files/color/garland_##### They are being saved and updated, but just not used by Drupal. Could it be the Apache directives given in ISPConfig? That deny users from seeing the customized .css? I do not understand how these work, and what I would need to add or delete. <Directory /var/www/mydrupalwebsite.tld/web/> Options +Includes +FollowSymlinks -Indexes AllowOverride All Order allow,deny Allow from all <Files ~ "^\.ht"> Deny from all </Files> </Directory> Thanks much!
Can you load the css file in your browser? Then it loads fine, and it's not a question of your Apache configuration.