[Owncloud] Simplifying Webdav URL

"Tóth Ádám" adaz at adaz.hu
Mon Jun 18 22:29:50 UTC 2012


Hi,

 It doesn't work at all. I think the order is wrong also. I want to redirect /storage to /files/webdav.php

 Thank you,

 Adam

----- Original Message -----
From: Christian Reiner
Sent: 06/18/12 09:53 AM
To: owncloud at kde.org
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 Owncloud at kde.org https://mail.kde.org/mailman/listinfo/owncloud
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/owncloud/attachments/20120619/e70d122c/attachment.html>


More information about the Owncloud mailing list