Why is my htaccess file preventing access to my MP3 file?
- by Andrew
My Zend Framework application has a public directory which contains an htaccess file. If the file isn't found in the public directory, it routes the request through the application. I have an MP3 file within my public directory, but the htaccess file is routing the request through the application!
Do you see anything wrong with my htaccess file?
…