>On 8/10/07, Kexiao Liao <[EMAIL PROTECTED]> wrote:
>
> My key point is, if we already enable mod_rewrite in the apache server, Can
> we deploy Zend Framework Application without modifying httpd.conf file to
> add alias name for the document_root directory?
>
> Kevin
>
>

Hi Kevin,
Based on my experience, as long as mod_rewrite is enabled, you don't
need to modify httpd.conf and restart apache.

The only extra work needed is to make sure that zf dir can be added
into include path through .htaccess. if it can't, you need to write
the path into a config file or hardcode it in your bootstrap file
(adding "set_include_path").

Regards,
Mike

Reply via email to