Hi, I am really surprised there is nothing written about ZF and CGI anywhere....nothing in doc, google, #zftalk or anywhere and, I think unfortunately there are quite many cases where php5 runs as CGI.
So questions is , is it problem using ZF with CGI running php5?
My .htaccess
RewriteEngine on
RewriteRule .* index.php
This is my simple rewrite engine... and I get index.php not found...when it is there.
I know rewrite is enabled because if I point to
Example Web Page I get redirected there.
Please help..I am getting desparate on not able to use ZF in CGI
