ISPConfig / Drupal v5.0 garland color not changing

Discussion in 'Installation/Configuration' started by NuttyGambler, Jan 17, 2007.

  1. NuttyGambler

    NuttyGambler New Member

    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!
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Can you load the css file in your browser? Then it loads fine, and it's not a question of your Apache configuration.
     

Share This Page