Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit 4a0a0ec

Browse files
committed
Update htaccess comment
1 parent bca0a1b commit 4a0a0ec

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

core/src/.htaccess

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<IfModule mod_rewrite.c>
2-
# You must set the correct values here if you want
3-
# to enable webDAV sharing. The values assume that your
4-
# Pydio installation is at http://yourdomain/
5-
# and that you want the webDAV shares to be accessible via
6-
# http://yourdomain/shares/repository_id/
2+
3+
# Make sure to enable RewriteRule on your server, and the the RewriteBase is correctly set.
4+
# If your install is accessible on https://yourdomain.tld/pydio, RewriteBase should be /pydio.
5+
# If your install is accessible on https://yourdomain.tld/, RewriteBase should be /.
6+
77
RewriteEngine on
88
RewriteBase /
99
RewriteCond %{REQUEST_FILENAME} !-f

0 commit comments

Comments
 (0)