Help with Apache2 and stylesheet

I have problems with my <%= stylesheet_link_tag 'example' %> with apache . I have my css file under public/stylesheets/example.css, but it seems apache can't read it.

I have problems with my <%= stylesheet_link_tag 'example' %> with
apache . I have my css file under public/stylesheets/example.css, but it
seems apache can't read it.

Are the file permissions right (ie is the file readable by the user
under which apache runs)?

Fred

Frederick Cheung wrote: