Hi, I'm trying to put zope behind my apache so that users can use one server url. The apache server runs on port 8080 and zope on 7070. Zope has until now one 'site' patrick, so i have created this entry in .htacccess on my site root level
RewriteEngine On RewriteRule ^http://%{SERVER_NAME}%:8080/patrick/%1 http://%{SERVER_NAME}%:7070/patrick/%1 [R] If i run http://rivendell.arda.org:8080/patrick/examples/index_html i get the error: The requested URL /patrick/examples/index_html was not found on this server. But http://rivendell.arda.org:7070/patrick/examples/index_html works fine. What i'm i doing wrong ? Patrick -- gentoo-user@gentoo.org mailing list