[Zope] Rewriting URLs - Call for precisions.

John Poltorak jp at warpix.org
Sat Feb 7 14:32:25 EST 2004


On Sat, Feb 07, 2004 at 12:19:44PM -0400, andre wrote:

> Apache :
> 
> Apache 2.0.48 httpd.conf configured with the following
> 
> NameVirtualHost *
> <VirtualHost *>
> ServerName www.example.com
> RewriteEngine On
> RewriteRule ^/(.*) 
> http://127.0.0.1:8080/VirtualHostBase/http/www.example.com/demosite/VirtualHostRoot/$1 
> 
> </VirtualHost>
> 
> when i try to access www.example.com,
> the index_html is called but the url appearing in the navigator's url 
> box is :
> http://127.0.0.1:8080/VirtualHostBase/http/www.example.com/demosite/VirtualHostRoot/
> 
> How can i modify the url ?

I get exactly the same problem.

 
> TIA
> 
> André


-- 
John






More information about the Zope mailing list