Project

General

Profile

CSS only works with IE 8

Added by Javi Roman over 12 years ago

Hello!

I've just installed redmine-1.3.0 in CentOS 6.0. Everything works fine with webrick, however setting up the Apache web server the CSS doesn't works anymore with Firefox, Chrome and Opera, only is working fine with IE 8. Internet Explorer 8 is loading all images fine, nevertheless nothing related with CSS is working with other browsers.

This is my configuration:

$ cat /etc/httpd/conf.d/redmine.conf

<VirtualHost *:80>
DocumentRoot "/var/www/redmine/public"
ErrorLog logs/redmine_error_log
<Directory "/var/www/redmine/public">
Options Indexes ExecCGI FollowSymLinks -MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
</VirtualHost>

$ RAILS_ENV=production script/about

About your application's environment
Ruby version 1.8.7 (i386-linux)
RubyGems version 1.3.7
Rack version 1.1
Rails version 2.3.14
Active Record version 2.3.14
Active Resource version 2.3.14
Action Mailer version 2.3.14
Active Support version 2.3.14
Edge Rails revision unknown
Application root /var/www/redmine
Environment production
Database adapter mysql
Database schema version 20110902000000

$ gem list

  • LOCAL GEMS ***

bundler (1.0.21)
coderay (0.9.8)
daemon_controller (0.2.6)
fastthread (1.0.7)
hoe (2.12.5)
i18n (0.4.2)
mysql (2.8.1)
passenger (3.0.11)
rack (1.4.0, 1.1.0)
rake (0.9.2.2, 0.8.3)
RedCloth (4.2.9)
rubygems-update (1.8.13, 1.3.7)
rubytree (0.5.2)

Please, anyone can give me any hints?

Thank you!