| 2 Comments

Trying to figure out how to make apache give a 'nice' url for NetStorage that satisfies Windows WebDAV hooks.

Normal URL: https://server.serverdom.domain.dom/oneNet/NetStorage
Nice URL: https://myfiles.domain.com/

The problem is, that the "oneNet" bit is hidden in a <Location> section, and I can't figure out how to make it all work right. You can't use a redirect because WebDAV pukes on it. Mod ReWrite might be able to to it, but I haven't figured out how to do an invisible rewrite. Is it worth the effort to start hitting up mod_proxy, or do we just write up detailed instructions for users and live with the people with a 7-character memory buffer?

2 Comments

I hate commenting on a blog entry that is older than my daughter, but this entry directly addresses that which I am currently trying to accomplish. Did you ever make any headway on this? Was mod_rewrite the way to go?