ok that works! Thanks a lot. From: yeh...@ymkatz.net Date: Tue, 14 Feb 2012 14:28:07 -0500 To: users@httpd.apache.org Subject: Re: [users@httpd] checking my httpd.conf
On Tue, Feb 14, 2012 at 2:22 PM, florent larose <florent.lar...@hotmail.com> wrote: well apache_error.log -> [Tue Feb 14 20:05:05 2012] [notice] Apache/2.0.63 (Win32) PHP/5.2.6 configured -- resuming normal operations [Tue Feb 14 20:05:05 2012] [notice] Server built: Jan 17 2008 22:58:29 [Tue Feb 14 20:05:06 2012] [notice] Parent: Created child process 2488 [Tue Feb 14 20:05:06 2012] [notice] Child 2488: Child process is running [Tue Feb 14 20:05:06 2012] [notice] Child 2488: Acquired the start mutex. [Tue Feb 14 20:05:06 2012] [notice] Child 2488: Starting 250 worker threads. [Tue Feb 14 20:05:09 2012] [alert] [client 127.0.0.1] C:/Program Files/Zend/ZendFramework-1.11.11/quick/public/.htaccess: Invalid command 'RewriteEngine', perhaps mis-spelled or defined by a module not included in the server configuration That is the message I obtain after i launch Apache for the last time. You need to enable mod_rewrite:Around line 164 of httpd.conf, remove the '#' at the beginning of the line so that it says LoadModule rewrite_module modules/mod_rewrite.so Then restart the webserver. - Y