mom_maj wrote: > > 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';?> > >
Remove hash # before RewriteBase line in your .htaccess ;) ----- http://www.jacek.jedrzejewski.name jacek.jedrzejewski.name | http://www.truecombat.pl TrueCombat: Elite - Free Tactical Multiplayer FPS | http://www.invenzzia.org invenzzia - OS Development Group -- View this message in context: http://www.nabble.com/url-not-found-tp19028527p19070016.html Sent from the Zend Framework mailing list archive at Nabble.com.
