That is not necessarily mod_rewrite. That could just be domain forwarding. If your bootstrapping isn't even working that has nothing to do with Zend framework, as you aren't even getting to that step yet.
Quote:
Originally Posted by jmut
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 
|