i am sorry that is my user controller :
<?php
class UserController extends Zend_Controller_Action
{
public function indexAction()
{
}
}
?>
just that and i made his view
Jacek Jedrzejewski wrote:
>
>
> mom_maj wrote:
>>
>> Hi list
>> start to use zendframework yesterday , when i use index controller every
>> thing is ok but when i create another controller and use it gave me
>> that
>> error :
>>
>> Not Found
>>
>> The requested URL /test_zendframework/public/user was not found on this
>> server.
>> ------------------------------
>> Apache/2.2.4 (Ubuntu) DAV/2 SVN/1.4.4 PHP/5.2.3-1ubuntu6.4 Server at
>> localhost Port 80
>>
>>
>> pleas help me .
>> Thanks.
>>
>>
> Maybe try to set:
> <pre>
> RewriteBase /test_zendframework/public/
> </pre>
> in your .htaccess file
>
>
--
View this message in context:
http://www.nabble.com/url-not-found-tp19028527p19029423.html
Sent from the Zend Framework mailing list archive at Nabble.com.