How to enable access to my local svn server (access with http protocol), from my web site with a transparent redirection?
I tried with .htaccess file but I have an http internal error (500)
RewriteEngine on
RewriteRule http://svnserver.mydomain.com/ https://localip/repoFolder [P]
Can you help me?