Yes! This works. It is also simpler than using Rewrite.
I did try Redirect before and I did not know that the start of URL Request is "/".
I used this before and obviously it did not work:
Redirect ^wsvn$ /wsvn
Anyway, I removed the complex rewrite for websvn also.
Here is my htpd.conf per your suggestion:
#Redirect /wsvn and /websvn to /wsvn/
RedirectMatch permanent ^/websvn/?$ /wsvn/
RedirectMatch permanent ^/wsvn$ /wsvn/
#WebSVN with Apache MultiViews
<Location /wsvn/>
Allow from all
Require valid-user
AuthName "NMTGRE Subversion Repository"
AuthType Basic
AuthLDAPBindDN "<bindDN"
AuthLDAPBindPassword password
AuthLDAPUrl "ldap://<ldap>"
</Location>
It redirects /websvn, /websvn/, and /wsvn to /wsvn/
Thank you very much. I spent all night last night figuring this and it turns out to be a simple solution after all.
-Indra
------------------------------------------------------
http://websvn.tigris.org/ds/viewMessage.do?dsForumId=1547&dsMessageId=2409874To unsubscribe from this discussion, e-mail: [
dev-unsubscribe@...].