Re: FW: [Zope] Apache Rewrite Rules
Well I added the lines you suggested [I should have thought of that :)]. And the the same thing happens. I don't know what is wrong. It would come up with an error if it didn't support ReWrite rules, wouldn't it? I'm shore it does though. I'm using webmin to change the httpd.conf file and apply changes. Thank you all for your help -tim zegir On Sun, 2004-02-08 at 09:59, Tim Zegir wrote:
-----Original Message----- From: zope-bounces@zope.org [mailto:zope-bounces@zope.org] On Behalf Of Ed Leafe Sent: Sunday, 8 February 2004 2:55 AM To: zope@zope.org Subject: Re: [Zope] Apache Rewrite Rules
On Feb 6, 2004, at 8:03 PM, Tim Zegir wrote:
I have the following rewrite rule in my httpd.conf file.
<VirtualHost *> ServerName dev.mydomain.com.au RewriteRule ^/(.*) http://localhost:8080/VirtualHostBase/http/dev.mydomain.com.au:80/ mydomain/VirtualHostRoot/$1 [NC,L,P] </VirtualHost *>
I am running Mandrake 9.2 with Apache 2 and zope 2.7rc2
When I go to dev.mydomain.com.au i get the standard apache frontpage not the redirected zope page. If i go to dev.mydomain.com.au:8080/mydomain i get the page i want.
My setup has a few additional lines:
<VirtualHost *> ServerName leafe.com <IfModule mod_rewrite.c> RewriteEngine on RewriteLog "/usr/local/apache2/logs/vhost-rewrite_log" RewriteLogLevel 0
RewriteRule ^/(.*) blah blah blah </IfModule> </VirtualHost>
You probably need to tell Apache to turn Rewriting on for it to do its thing.
___/ / __/ / ____/ Ed Leafe
Linux Love: unzip;strip;touch;finger;mount;fsck;more;yes;umount;sleep
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
participants (1)
-
Tim Zegir