in my .htaccess:
RewriteEngine on
#RewriteBase /test_zendframework/public/
RewriteRule !\.(js|ico|gif|jpg|png|css)$ index.php
and in user view i made file name is indec.php and pu in it :
<?php echo 'hi user';?>
Sudheer Satyanarayana wrote:
>
> mom_maj wrote:
>> 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
>>
>>
> What do you have in the view script? Remember to remove the closing ?>
> tag in your controller. Also post the contents of your .htaccess. Have
> you enabled mod_rewrite on your Apache webserver? Have you set
> AllowOverride to All for your Document_Root?
>
> You may also have to post the code in your bootstrap.
> --
>
> With warm regards,
> Sudheer. S
> http://binaryvibes.co.in
>
>
>
--
View this message in context:
http://www.nabble.com/url-not-found-tp19028527p19030022.html
Sent from the Zend Framework mailing list archive at Nabble.com.