Thank you very much Christian, I'll try that!

 Adam

----- Original Message -----
From: Christian Reiner
Sent: 06/18/12 09:53 AM
To: [email protected]
Subject: Re: [Owncloud] Simplifying Webdav URL

 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 
[email protected] https://mail.kde.org/mailman/listinfo/owncloud
_______________________________________________
Owncloud mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/owncloud

Reply via email to