Hi Yes that's right but your rewrite rules are configured in your httpd.conf virtual host directive and in your Root Folder > VHM > Mappings tab you've got to add your domain and your plone site accordingly to hence map . That is of cause you've enabled mod_rewrite module either when you ./configure --enable-rewrite or after dynamically using apxs utility. Thus check using /path/to/your/httpd/bin/httpd -l This will confirm your built-in modules. Thus it's all part of the makeup and you've got to combine them all in order for Apache to send any request for your zope/plone domain to the zope server in question. Allan a Chuckie. On Thu, 2004-07-22 at 20:08, Dieter Maurer wrote:
Holger Butschek wrote at 2004-7-21 10:53 +0200:
I have configured my Apache2-script now as follows:
<VirtualHost butschekconsult.dyndns.org>DocumentRoot /srv/www/htdocs
ServerName butschekconsult.dyndns.org
<IfModule mod_rewrite.c>
RewriteEngine On
# the following needs to be writeable by Apache
## every other URL is fetched from Zope
RewriteRule ^/(.*) http://butschekconsult.dyndns.org:8080/butschek-consult.de ... ^^^^^^^^^^^^^^^^^^^
This looks strange (not to say "wrong").
Usually, you have the VHM in your root folder and then rewrite rules look like:
RewriteRule ... http://localhost:8080/VirtualHostBase/http/domain:80/local_path/VirtualHostR...... -- Chuck Amadi, Systems Administrator, | http://www.smtl.co.uk/ Surgical Materials Testing Lab, | http://www.worldwidewounds.com/ Princess of Wales Hospital, S Wales | http://www.dressings.org/ Tel/Fax: +44 1656-752820 | chuck@smtl.co.uk