2008年12月4日星期四

Re: [fw-formats] include_path assumption elimination

-- Sosy <sosy@mac.com> wrote
(on Thursday, 04 December 2008, 12:47 PM -0800):
> Matthew Weier O'Phinney-3 wrote:
> >
> > Put it in the vhost definition, or your .htaccess (it's best to have
> > .htaccess use disabled in production, however, as it's a performance
> > hit).
> >
>
> How do I use rewrite without the .htaccess?

You put it in your vhost definition:

<VirtualHost *:80>
...

RewriteEngine On
...
</VirtualHost>

--
Matthew Weier O'Phinney
Software Architect | matthew@zend.com
Zend Framework | http://framework.zend.com/

没有评论: