View Single Post
  #1 (permalink)  
Old 10-27-2007, 07:10 AM
jmut jmut is offline
Junior Member
 
Join Date: Jul 2007
Posts: 2
Unhappy ZF not working on CGI?

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
Reply With Quote