>if you run apache on your domain you can try something like that I don't run apache on my domain :) (and I like it this way). I don't run anything on my domain - I simply configured redirect via tools provided by my domain maintainer/host.
Other ideas? Cheers, Szczepan On Jun 3, 7:02 pm, zwetan <[email protected]> wrote: > > Any ideas? > > if you run apache on your domain you can try something like that > ---- > ServerNamewww.mockito.org > DocumentRoot "/path/to/www/htdocs" > > RewriteEngine on > RewriteRule ^/$ /code/ [R] > RewriteRule ^/p/mockito/(.*) /code/$1 [R] > > ProxyRequests On > ProxyPreserveHost Off > SetEnv force-proxy-request-1.0 1 > ProxyPass /code/http://code.google.com/p/mockito/ > ProxyPassReverse /code/http://code.google.com/p/mockito/ > ---- > > from the top of my head > > it should get you going ;) > > cheers, > zwetan -- You received this message because you are subscribed to the Google Groups "Project Hosting on Google Code" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-code-hosting?hl=en.

