0

I deployed a symfony 1.4 project on a CentOS 6 Server with PHP 5.3.3. I have a problem with CSS.... CSS does not render. the CSS's are not loaded, the links are correct and also the entries in view.yml

2
  • PLEASE provide more informations, like your view.yml! Commented Jan 18, 2012 at 16:44
  • 1
    What happens when you request directlyone of the CSS urls in your browser? Commented Jan 18, 2012 at 16:44

1 Answer 1

2

If you can access the css file and it is available and correct when using the view source, the problem is with the html or css coding itself. Symfony doesn't render anything. This would all be executed just like any web server/browser regardless of whether it's a symfony project or not.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.