View Single Post
  #1 (permalink)  
Old 04-17-2008, 08:29 PM
sebastian sebastian is offline
Junior Member
 
Join Date: Apr 2008
Location: Germany, Hamburg
Posts: 11
Default Action controller different from index

Next problem: Everything (and any experiment ) with the standard IndexController works fine. But: As soon as I just create a new controller, for example UserController in the same folder as IndexController, I get a simple


Not Found

The requested URL /zend-playground/user/login was not found on this server.
Apache/2.2.4 (Ubuntu) PHP/5.2.3-1ubuntu6.3 Server at localhost Port 80


What wrong this time? Unfortunatly the error seems to be too much standard to find out it's cause =| .

Thanks in advance for your help and hints.

Sebastian
Reply With Quote