Hello, I would like to know how to turn this URI http://destinationsguide.info/catalogue/c51/c57?b_start=15 into something like http://destinationsguide.info/catalogue/africa/eastern-africa.html I am already using one rewrite into Zope, so I am not sure how to proceed. <VirtualHost *:80> ServerName destinationsguide.info ServerAlias www.destinationsguide.info RewriteEngine On #RewriteCond %{HTTP_HOST} ^www\.destinationsguide\.info [nc] #RewriteRule (.*) http://destinationsguide.info [R=301,C] RewriteRule ^/(.*) http://destinationsguide.info:15080/VirtualHostBase/http/destinationsguide.info:80/destinations/VirtualHostRoot/$1 [L,P] Thanks Norman --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx