I am encountering an issue with appending images or CSS files in my Zend project. I have placed my CSS file in the following directory:
project/public/css/style.css
Unfortunately, when attempting to include this CSS file on my page, it does not work as expected. Instead, when I copy the CSS file URL and paste it into my browser, it redirects me back to the homepage. Additionally, if I manually type any random characters at the end of the URL address, it still redirects me to the homepage without any errors.
For instance, when I visit /project.com/asdsadasda
, the page loads without any errors but displays the homepage content with the incorrect address.