14 May
2004
14 May
'04
7:11 p.m.
Sam Bright wrote at 2004-5-13 21:03 -0800:
... RewriteRule ^/(.*) http://127.0.0.1:8080/VirtualHostBase/http/myservername:80/blog/VirtualHostR... [L,P]
The rule above is too complex (and does not what you want as others already pointed out). A better one: RewriteRule ^/blog/.* http://127.0.0.1:8080/VirtualHostBase/http/myservername:80/VirtualHostRoot$0
</VirtualHost>
Whenever I try to access my server I get:
Forbidden You don't have permission to access / on this server.
This error message does not come from your VHost. Almost surely, you VHost definition was not recognized. "httpd" has an option to verify VHost definitions. -- Dieter