Hi,
thanks a lot - got it to work
Only one thing... I added this to my Apache Directives in the Options tab:
Code:
<Location /svn/>
DAV svn
SVNPath [....]
AuthType Basic
AuthName [...]
AuthUserFile [...]
Require valid-user
</Location>
So I can access the SVN via:
https://www.myDomain.com/svn
But, I'd like to have it via:
https://svn.myDomain.com/
I tried to do this with an Sub-Domain entry (Redirect Type "NoFlag" and "/svn" as target), but this didn't work..
Any idea how I can do this?
I don't want to create a new site "svn.myDomain.com" just for this silly thing
Thanks,
Kira