View Single Post
  #1 (permalink)  
Old 06-04-2007, 06:49 AM
ikhalid ikhalid is offline
Junior Member
 
Join Date: May 2007
Posts: 3
Default Unable to run sample project (using MVC+Zend Framework+Apache)

Hi

i am trying to run a sample project named "brotherjonathan" from "http://devzone.zend.com/node/view/id/2060". After all settings when i type the URL (http://localhost/brotherjonathan)....it takes me back to the url "http://localhost" and do nothing except for the text (It Works) displayed on the explorer page.
I see no error anywhere....Why my index.php (the one under /htdocs) not working???? Anybody please help me out. I am almost newbie in it.

Here is the current directory structure of the sample project.

/htdocs
index.php
/brotherjonathan
/controllers
IndexController.php
ViewController.php
/models
/views
/library
/config, /docs, /install, /images, /css, /&tc

Last edited by ikhalid : 06-04-2007 at 07:26 AM.
Reply With Quote