I have a site written using zend framework and want to install the same script on subdomain for testing purposes. I copied all the files and database as well but when I enter the subdomain I get this error: Can anyone please tell what am I doing wrong? Thanks in advance
It looks like your zend configuration is not correct. If you are working locally try setting up the document root to the subdomain. By default the zend frame work identifies a url as follows example.com/controllername/actionname/var1/var1value/... So in the subdomain this will be checking for a controller which in your case I assume to be the subdomain name. Which makes this error Hope this helps