7 Apr
2002
7 Apr
'02
7:51 p.m.
I have installed Apache and configured it with mod_proxy, mod_rewrite, mod_alias, mod_Vhosts-alias. I installed VHM in my root directory and edited the Vhosts.conf file which is an include in httpd.conf If my path were: http://localhost:8080/adir/bdir/cdir/index_html , how would do the rewrite? <VirtualHost 127.0.0.1> ServerName www.mysite.com Setenv VLOG RewriteEngine On RewriteRule ^/(.*)http://127.0.0.1:8080/VirtualHostBase/ http/www.mysite.com:80/adir/bdir/cdir/VirtualHostRoot/index_html/$1 [P] </VirtualHost> This doesn't seem to work. I keep getting an error:index GET