I have a SUSE server running and it is configured allow users to login with their windows credentials. I have apache with user directories turned on. So that users could upload their sites to the public_html directory. The problem is that the URL to access their sites is: 192.168.1.1/~DOMAIN\windowsusername/
The backslash is undesirable in a URL. How can I map or rewrite the URL so that 192.168.1.1/~windowsusername would take them to what is currently 192.168.1.1/~DOMAIN\windowsusername/ ?