>
> Any ideas?
>
if you run apache on your domain you can try something like that
----
ServerName www.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.