I am developing a module using zend framework and I have created a project using zf create project command
when i try to access the url using ip/folder/control
ip/folder/control
Try adding this to your .htaccess:
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9} /([^/]+/)*index.php RewriteRule ^index.php(.*)$ /path/to/your/installation$1 [R=301,L]
Replace /path/to/your/installation with the correct path