Thursday, January 15, 2004


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?

Comments: Post a Comment

<< Home

This page is powered by Blogger. Isn't yours?