Hi folks!
I can get responce from the index controller, but nothing else. I've tried modifying the httpd.config, renamed the .htaccess file and nothing works. The default index controller is the only thing working.
I know that the rewrite module is loaded (via server-information), however I'm not sure how to properly "connect" Apache to the web application.
What's pussles me is the relation between a project in Zend Studio for Eclipse and the Apache web server. Is there any "link" set up by the development environment? If not how do I give the web server access to my application? Using VirtualHost directive? Using Directory or Location directives?
Well I'm totally lost
Thanks for any tip!