Tagged Questions
0
votes
1answer
205 views
How to create an Apache error page for redirected Zope
I have some virtual hosts which are redirections to Zope server processes:
RewriteRule ^/(.*) http://localhost:8080/VirtualHostBase/http/%{HTTP_HOST}:80/theroot/VirtualHostRoot/$1 [L,P]
Of course, ...