(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/
没有评论:
发表评论