I have a module which contains all the js,images, audio etc. inside the module. But by default, the default path is set to
localhost/Zend/public
As a result, I am forced to keep everything in that Public Folder only. I want to change that path to Module Directory. My baseUrl gives me the default path. How do I change this path?