I am new to the Zend framework.
If I access my Zend application by going to http://localhost/zendapplicationfolder/contact it displays correctly with css applying correctly but if I access the Zend application by going to http://localhost/zendapplicationfolder/contact/ (added a forward slash), the page displays but css is not applied, but if I view the source, the css link is embedded normally between the head tags.
The dcode to include the CSS should be in a layout file, and should use the baseurl helper instead of manually writing the link to the css file.
Helper class:
Code in the layout: