Thanks Jacob. I found the answer in the Author Forum of Zend Framework in Action. In my httpd.conf, I change
Allowoverride None to Allowoverride All It works! Thanks again Bill On Tue, Apr 8, 2008 at 11:48 PM, Jacob Oettinger <[EMAIL PROTECTED]> wrote: > Hi again, > We will need to se some code to be able to help you. Also include any > error messages and/or exception traces. > > Jacob > > > On 08/04/2008, at 22.16, [EMAIL PROTECTED] wrote: > > > Thanks Jacob. I do name filenames according to the documentation. For > > example, I use IndexController.php or UserController.php to name > > controllers. > > > > Thanks. > > oetting wrote: > > > > > > > > Hi, > > > > > > Remember that linux is case sensitive. So make sure you use upper and > > > lower case in filenames as dictated by the documentation. > > > > > > Jacob > > > > > > > > > I develop a bunch of code using ZF under XP. On Linux machine, the > > > > code > > > > cannot find the requested controller and action, but on Windows XP, > > > > it > > > > can. It seems weired. > > > > > > > > Thanks > > > > > > > > > > > > > > > > Quoted from: > > > > http://www.nabble.com/The-same-code-can-run-on-Windows-but-not-Linux-tp16571585p16571862.html > > > > >
