View Single Post
  #3 (permalink)  
Old 05-21-2008, 02:29 PM
sim sim is offline
Junior Member
 
Join Date: Apr 2008
Posts: 9
Default

Quote:
Originally Posted by jandersen78 View Post
Another observation is that the $_SERVER['REQUEST_URI'] variable is empty (not listed in phpinfo())... I'm not sure if this is a function of cgi mode nor am I sure if that is the variable used by ZF to select a controller...
I would try removing htaccess for testing, then create a controller and view that displays $_SERVER['REQUEST_URI'] and $_SERVER['PHP_SELF'].

Or just list all the server environment variables. They will be different depending on your htaccess configuration. Turn htaccess on again, and check again. If you never see a REQUEST_URI your hosting provider should be able to tell you why. It might be the way that virtual hosting is configured.

A 500 error is pretty general. You'll see it a lot if your htaccess is configured improperly.
Reply With Quote