View Single Post
  #4 (permalink)  
Old 03-09-2008, 01:09 AM
DSmith DSmith is offline
Junior Member
 
Join Date: Mar 2008
Posts: 6
Default

Quote:
Originally Posted by sawatdee View Post
I am just getting started with Zend. From reading the introduction to Zend_Controller, it seems like a .htaccess file is required, but my web host does not allow them. I know that .htaccess files are optional with some other MVC frameworks, if you don't mind a URL like http://www.mysite.com/index.php/modu...troller/action. Will that also work with Zend?
Any ideas if you're running IIS or Apache?

You can run ZF correctly using the URL scheme that you mention above on both if they're configured correctly.

If you can't use .htaccess files then I guess you can't edit a copy of http.conf/vhost.conf local to your user account either? (as you can setup the Rewrite rule in there)
Reply With Quote