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.

On 13 Apr 2008, at 13:05, John S. wrote:

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 C. wrote:

On 13 Apr 2008, at 13:05, John S. wrote:

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

It’s all right now. Thanks any way