<span style='font-family:Verdana'><span style='font-size:12px'>Thank you very much Christian, I'll try that!<br /> 
<br /> 
Adam<br /> 
<p style="margin:0px; padding:0px;" > 
        <br /> 
         </p> 
<blockquote style="border-left: 1px solid #CCC; padding-left: 5px; margin-left: 5px; margin-bottom: 0px; margin-top: 0px; margin-right: 0px;" type="cite"> 
        <p style="margin:0px; padding:0px;" > 
                <span style="font-family:Verdana"><span style="font-size:12px">----- Original Message -----</span></span></p> 
        <p style="margin:0px; padding:0px;" > 
                <span style="font-family:Verdana"><span style="font-size:12px">From: Christian Reiner</span></span></p> 
        <p style="margin:0px; padding:0px;" > 
                <span style="font-family:Verdana"><span style="font-size:12px">Sent: 06/18/12 09:53 AM</span></span></p> 
        <p style="margin:0px; padding:0px;" > 
                <span style="font-family:Verdana"><span style="font-size:12px">To: owncloud@kde.org</span></span></p> 
        <p style="margin:0px; padding:0px;" > 
                <span style="font-family:Verdana"><span style="font-size:12px">Subject: Re: [Owncloud] Simplifying Webdav URL</span></span></p> 
        <br /> 
        <div> 
                <div> 
                        <pre style="white-space: pre-wrap; word-wrap: break-word; font-size:11;pre"> 
Hi, 

>  I have an idea. What if instead of http://domain.com/files/webdav.php, 
>  the user could use a shorter URL, for example: http://domain.com/storage. 
>  (I still use oc 3.0.3). Can it be realized with the URL rewrite function? 
>  Will ownCloud work with such redirection? 

this is not a question of owncloud which is passive in this construction. It 
is a question of the webserver you use to run owncloud and of the client 
implementation. 

>  If it works, what's the exact URL rewrite syntax? 

Just give it a try ! 
If you have something like Apache as a web server the syntax should be 
something like this: 

RewriteEngine On 
RewriteRule ^/files/webdav.php http://domain.com/storage [L,P,QSA] 

You will need apaches rewrite and the proxy http module for this to work. 

Christian 


_______________________________________________ 
Owncloud mailing list 
Owncloud@kde.org 
https://mail.kde.org/mailman/listinfo/owncloud</pre> 
                </div> 
        </div> 
</blockquote> 
<p style="margin:0px; padding:0px;" > 
         </p> 
</span></span>