View Single Post
  #1 (permalink)  
Old 06-22-2008, 12:12 PM
desoto58 desoto58 is offline
Junior Member
 
Join Date: Jun 2008
Posts: 3
Default rewrite problem? - How does it all fit together?

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!
Reply With Quote